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>"
}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>"
}Documentation Index
Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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 Was this page helpful?