GET /v2/sandboxes/snapshots
Retrieves a paginated list of snapshots for a specific project.
Servers
- https://api.vercel.com
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
sortOrder |
String | No |
Sort direction for results by creation time. Valid values:
Default value: "desc" |
teamId |
String | No |
The Team identifier to perform the request on behalf of. |
name |
String | No |
Name for the sandbox. Must be unique per project and URL-safe (alphanumeric, hyphens, underscores). |
limit |
Number | No |
Maximum number of snapshots 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 snapshots for. |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.