List all sessions

🔑

Required OAuth scope: paths:read.

📖

This endpoint is paginated with a page size of 500 path sessions. For more information, see the Pagination guide.

Lists all path sessions in your platform. This endpoint does not return path session translations. To retrieve translations, use the Retrieve a path session endpoint or the List all sessions in a path endpoint.

Query Params
createdAt
object

Filter on createdAt property with LHS bracket notation.

Expected value format is a date (YYYY-MM-DDThh:mm:ss.sssZ). The milliseconds are always set to 0.

modifiedAt
object

Filter on modifiedAt property with LHS bracket notation.

Expected value format is a date (YYYY-MM-DDThh:mm:ss.sssZ). The milliseconds are always set to 0.

startDate
object

Filter on startDate property with LHS bracket notation.

Expected value format is a date (YYYY-MM-DDThh:mm:ss.sssZ). The milliseconds are always set to 0.

endDate
object

Filter on endDate property with LHS bracket notation.

Expected value format is a date (YYYY-MM-DDThh:mm:ss.sssZ). The milliseconds are always set to 0.

sessionId
object

Filter on sessionId property with LHS bracket notation.

Expected value format is a valid ID (24 digits or letters).

pathId
object

Filter on pathId property with LHS bracket notation.

Expected value format is a valid ID (24 digits or letters).

Headers
string
enum
required

The version of the API.

Allowed:
Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json