GET /v1/sandboxes

Retrieves a paginated list of sandboxes belonging to a specific project. Results can be filtered by creation time using the since and until parameters.

Servers

Query parameters

Name Type Required Description
teamId String No

The Team identifier to perform the request on behalf of.

limit Number No

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

slug String No

The Team slug to perform the request on behalf of.

until Number No

Filter sandboxes created before this timestamp. Specified as Unix time in milliseconds.

since Number No

Filter sandboxes created after this timestamp. Specified as Unix time in milliseconds.

project String No

The unique identifier or name of the project to list sandboxes 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.