GET
/
api
/
get-session
/
{sessionId}
curl --request GET \
  --url https://api.squiggle.ai/api/get-session/{sessionId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "history": "<string>",
  "apiType": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sessionId
string
required

Response

200
application/json

Session details retrieved successfully

The response is of type object.