GET /v2/sandboxes/sessions

Retrieves a paginated list of sessions belonging to a specific sandbox. Results are sorted by creation time and paginated using an opaque cursor.

Servers

Query parameters

Name Type Required Description
sortOrder String No

Sort direction for results by creation time.

Valid values:

  • "desc"
  • "asc"

Default value: "desc"

teamId String No

The Team identifier to perform the request on behalf of.

name String No

Filter sessions by sandbox name. Only sessions belonging to the specified sandbox are returned.

limit Number No

Maximum number of sessions to return in the response. Used for pagination.

Default value: 20

slug String No

The Team slug to perform the request on behalf of.

cursor String No

Opaque pagination cursor from a previous response.

project String No

The unique identifier or name of the project to list sessions for.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.