v1

latestOpenAPI 3.0.02026-07-17112116167.8 KB
Misc

List LLM traces for a sandbox

get/api/sandboxes/{id}/traces

Path parameters

idstring required

Sandbox ID

Query parameters

limitinteger

Max entries to return

offsetinteger

Pagination offset

Response

OK

totalinteger

Example response

{
  "traces": [
    {
      "source": "codex"
    }
  ]
}