List traces for a project
Path parameters
The project identifier: either project ID or project name.
The project identifier: either project ID or project name.
Query parameters
Inclusive lower bound on trace start time (ISO 8601)
Inclusive lower bound on trace start time (ISO 8601)
Exclusive upper bound on trace start time (ISO 8601)
Exclusive upper bound on trace start time (ISO 8601)
Sort field
Sort field
Sort direction
Sort direction
Maximum number of traces to return
Maximum number of traces to return
Pagination cursor (Trace GlobalID)
Pagination cursor (Trace GlobalID)
If true, include full span details for each trace. This significantly increases response size and query latency, especially with large page sizes. Prefer fetching spans lazily for individual traces when possible.
If true, include full span details for each trace. This significantly increases response size and query latency, especially with large page sizes. Prefer fetching spans lazily for individual traces when possible.
List of session identifiers to filter traces by. Each value can be either a session_id string or a session GlobalID. Only traces belonging to the specified sessions will be returned.
List of session identifiers to filter traces by. Each value can be either a session_id string or a session GlobalID. Only traces belonging to the specified sessions will be returned.
Response
Successful Response