Retrieve a trace
:::callout amber
Not available yet. The management API is documented ahead of its implementation — the request and response shapes below are a stable contract we're committing to, but calling these endpoints today returns 404. Manage traces in the dashboard in the meantime. The live gateway endpoints today are POST /v1/chat/completions, POST /v1/embeddings and GET /v1/models.
:::
Fetch a single trace record by request_id. When the trace has a payload_url, follow it to download the full payload archive — the URL is short-lived and signed; refetch the trace to mint a fresh one.
GET
/v1/traces/{request_id}
Coming soon
https://api.routeur.ai
Path parameters
request_id
string
required
Trace request id, e.g.
01K.... Returned from the routeur block of any chat response.Returns
The matching Trace object, or 404 not_found.