List traces for a project
Path Parameters
The project identifier: either project ID or project name.
Query Parameters
Inclusive lower bound on trace start time (ISO 8601)
Exclusive upper bound on trace start time (ISO 8601)
Sort field
start_time, latency_ms Sort direction
asc, desc Maximum number of traces to return
x <= 1000Pagination 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.
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.

