Skip to main content
GET
Permission Required: any API key scoped to the project that owns the run
Artifact endpoints are served by the bouncer service at https://bouncer.nunu.ai, not the main nunu.ai/api/v1 host. Use the same X-Api-Key header for authentication.
Return the list of artifact files produced by a run, including recordings, device logs, and any custom files written by the agent during the run. Each entry includes a download URL that points back to the Get Artifact File endpoint.

Path Parameters

runId
string
required
Composite run ID, in the format {multiplayerRunId}-{playerNumber} (for example lkkg6t5612m-1). This is the ID returned in the players[].id field of Get Run.

Response

runId
string
required
Echo of the path parameter.
count
integer
required
Number of artifacts returned.
artifacts
Artifact[]
required
List of artifact entries.

Authorizations

X-Api-Key
string
header
required

API key for authentication

Path Parameters

runId
string
required

Composite run ID, in the format {multiplayerRunId}-{playerNumber} (e.g. lkkg6t5612m-1).

Response

Successful response

artifacts
object[]
required
runId
string

Echo of the path parameter. Omitted when the run has no artifacts.

count
integer

Number of artifacts returned. Omitted when the run has no artifacts.