Retrieve a trace
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}
Preview
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.