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

totalinteger required

Total number of traces matching the query

limitinteger required

Maximum traces returned in this response

offsetinteger required

Starting offset for pagination (0-indexed)

Example response

{
  "total": 247,
  "limit": 50,
  "traces": []
}

Changes