Skip to main content
GET
List dashboard traces

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

project_id
string
required

Project ID.

limit
integer

Maximum number of records to return.

Required range: x >= 1
cursor
string

Pagination cursor.

agent_name
string

Agent name filter.

sort
string

Sort order.

status
string

failures (span errors), flagged (issue occurrences), or clean.

min_spans
string

Minimum span count.

max_spans
string

Maximum span count.

min_duration_ms
string

Minimum trace duration (ms).

max_duration_ms
string

Maximum trace duration (ms).

min_tokens
string

Minimum total (input + output) tokens.

min_thread_traces
string

Minimum number of traces in the session/thread.

max_thread_traces
string

Maximum number of traces in the session/thread.

Response

Dashboard traces

data
object[]
required
total
number
required
next_cursor
object | null
required