cURL
curl --request GET \ --url https://cite.petal.org/api/ai/session/{ai_session_id} \ --header 'Authorization: Bearer <token>'
{ "created_at": "<string>", "document_ids": [ 123 ], "id": 123, "is_multidoc": true, "meta": {}, "organization_id": 123, "user_id": 123, "visibility": "shared" }
Fetch detailed information on a single AI Session by its unique ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique ID of the AI Session
OK
The response is of type object.
object