v1
latestOpenAPI 3.0.02026-07-17112116167.8 KBMisc
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
Example response
{
"traces": [
{
"source": "codex"
}
]
}