List traces

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

Authentication

AuthorizationBearer
OAuth 2.0 device flow or platform session token

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
totalinteger
limitinteger
offsetinteger

Errors

401
Unauthorized Error
403
Forbidden Error
503
Service Unavailable Error