Artifacts
List Run Artifacts
List all artifact files (recordings, logs, deliverables) produced by a single run. Each entry includes a download URL pointing back to the Get Artifact File endpoint.
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.Path Parameters
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
Echo of the path parameter.
Number of artifacts returned.
List of artifact entries.
Authorizations
API key for authentication
Path Parameters
Composite run ID, in the format {multiplayerRunId}-{playerNumber} (e.g. lkkg6t5612m-1).