cURL
curl --request GET \ --url https://api.example.com/projects/{project_id}/sessions \ --header 'Authorization: Bearer <token>'
[ { "session_id": 123, "project_id": 123, "title": "<string>", "last_message_preview": "<string>", "primary_model_name": "<string>", "last_activity_at": "2023-11-07T05:31:56Z", "class_id": 123, "primary_model_label": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
1 <= x <= 100
x >= 0
Successful Response