cURL
curl --request GET \ --url https://api.squiggle.ai/api/get-session/{sessionId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "history": "<string>", "apiType": "<string>" }
Retrieve insights for a specific session by its OpenAI session ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Session details retrieved successfully
The response is of type object.
object