curl --request GET \
--url https://api.example.com/v1/sessions/{session_identifier}{
"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"
}
]
}
}curl --request GET \
--url https://api.example.com/v1/sessions/{session_identifier}{
"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"
}
]
}
}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.
Was this page helpful?