List traces

View as Markdown
Returns a paginated list of traces for the agent.

Authentication

AuthorizationBearer
OAuth 2.0 device flow or session token from WorkOS

Path parameters

accountstringRequired

Account name (slug)

namestringRequired
Agent name

Query parameters

start_timedatetimeOptional

Start of time range (RFC 3339)

end_timedatetimeOptional

End of time range (RFC 3339)

limitintegerOptionalDefaults to 50

Maximum number of traces to return (default 50)

offsetintegerOptionalDefaults to 0

Pagination offset (default 0)

statusenumOptional

Filter by status (ok or error)

Allowed values:

Response

Paginated list of traces
traceslist of objects or null
totalinteger or null
limitinteger or null
offsetinteger or null

Errors