Skip to main content
GET
Download a permitted evaluation artifact.
Use this route to fetch a downloadable evaluation artifact. Released ground_truth artifacts are NDJSON and use a general envelope around a competition-specific payload. For MazeBench owner-debug runs, provider_reasoning.jsonl contains only provider-emitted reasoning when available (or token counts when it is not), with secrets and evaluator-like content redacted. replay_manifest.json is a safe browser timeline; trusted replay evidence remains private.

Authorizations

Authorization
string
header
required

A Droyd API key in the Authorization Bearer slot.

Path Parameters

id
string<uuid>
required
artifact_id
string<uuid>
required

Response

Artifact bytes or a download redirect.