Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
sessions
/
{sessionId}
Get session state
curl --request GET \
  --url https://api.pathors.com/v1/projects/{projectId}/sessions/{sessionId} \
  --header 'Authorization: Bearer <token>'
{
  "sessionId": "<string>",
  "state": "<unknown>"
}

Authorizations

Authorization
string
header
required

Developer key created from the dashboard (Settings → Developer Keys)

Path Parameters

projectId
string
required

The ID of your project

sessionId
string
required

The ID of the session

Response

OK

sessionId
string
required
state
any
required