cURL
curl --request GET \ --url https://api.example.com/v1/projects/{project_identifier}/sessions
{ "data": [ { "id": "<string>", "session_id": "<string>", "project_id": "<string>", "start_time": "2023-11-07T05:31:56Z", "end_time": "2023-11-07T05:31:56Z", "traces": [ { "id": "<string>", "trace_id": "<string>", "start_time": "2023-11-07T05:31:56Z", "end_time": "2023-11-07T05:31:56Z" } ] } ], "next_cursor": "<string>" }
The project identifier: either project ID or project name.
Cursor for pagination (session ID)
The max number of sessions to return at a time.
Sort order by ID: 'asc' (ascending) or 'desc' (descending).
asc
desc
Successful Response
Show child attributes
Was this page helpful?