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 returned by a previous request
Pagination cursor returned by a previous request
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
Changes
Changed in 2 of the 70 revisions of this API.33
- ○
added the optional property
data/items/token_count_completionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/token_count_promptto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/token_count_totalto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
data/items/token_count_completionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/token_count_promptfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/token_count_totalfrom the response with the200statusresponse-optional-property-removed
This revision also has 91 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●