List Sandbox Sessions
List Sandbox Sessions
List sandbox execution sessions billable to the given project.
GET
List Sandbox Sessions
Authorizations
Use a JWT bearer token or a Veryfront API key in the Authorization header.
Query Parameters
Project UUID or slug whose billed sandbox sessions are listed.
Deprecated project ID or slug alias. Use project_reference.
Deprecated camelCase project ID or slug alias. Use project_reference.
Cursor for pagination. Uses the sandbox session ID.
Maximum sandbox sessions to return.
Required range:
1 <= x <= 100Sort field. Defaults to "created_at".
Available options:
created_at, status Sort order. Defaults to "desc".
Available options:
asc, desc