Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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" } ], "token_count_prompt": 0, "token_count_completion": 0, "token_count_total": 0 } }
The session identifier: either a GlobalID or user-provided session_id string.
Successful Response
Show child attributes
Was this page helpful?