v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01105276529.8 KB
sessions

List sessions for a project

get/v1/projects/{project_identifier}/sessions

Path parameters

project_identifierstring required

The project identifier: either project ID or project name.

The project identifier: either project ID or project name.

Query parameters

cursorstring nullable

Cursor for pagination (session ID)

Cursor for pagination (session ID)

limitinteger

The max number of sessions to return at a time.

The max number of sessions to return at a time.

order'asc' | 'desc'

Sort order by ID: 'asc' (ascending) or 'desc' (descending).

Sort order by ID: 'asc' (ascending) or 'desc' (descending).

Response

Successful Response

next_cursorstring nullable required