cURL
curl --request GET \ --url http://localhost:3000/api/v2/chat-sessions/{chatSessionId}/details \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "title": "<string>", "folderId": "<string>", "studioId": "<string>", "isShared": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Fetches details of a chat session.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Chat session details