Skip to main content
POST
/
v1
/
projects
/
{projectId}
/
sessions
/
search
Search sessions
curl --request POST \
  --url https://api.pathors.com/v1/projects/{projectId}/sessions/search \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "search_string": "<string>",
  "limit": 123,
  "offset": 123
}
'
{
  "results": [
    {}
  ],
  "pagination": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

projectId
string
required

The ID of your project

Body

application/json
search_string
string
required
limit
number
offset
number

Response

OK

results
object[]
required
pagination
object
required