observe
List execution traces — audit recent broker and workflow calls
Returns recent execution traces with status, capability id, toolkit, timestamp, and HTTP status. Use GET /traces/{trace_id} for step-level detail.
get/traces
Query parameters
limitinteger
Maximum number of traces to return (1-500)
Maximum number of traces to return (1-500)
offsetinteger
Number of traces to skip for pagination
Number of traces to skip for pagination
Response
Successful Response
Example response
{
"total": 247,
"limit": 50,
"traces": []
}