GET /v1/sandboxes/snapshots
Retrieves a paginated list of snapshots for a specific project.
Servers
- https://api.vercel.com
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 snapshots 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 snapshots created before this timestamp. Specified as Unix time in milliseconds. |
since |
Number | No |
Filter snapshots created after this timestamp. Specified as Unix time in milliseconds. |
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.