GET
/
v0
/
project
/
{project}
/
contexts
/
{context_name}
/
artifacts

Returns the key-value pairs of all artifacts in a context.

Authorizations

Authorization
string
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project
string
required

Name of the project containing the context.

context_name
string
required

Name of the context to list artifacts from.