GET /v2/sandboxes/drives
Retrieves a paginated list of drives belonging to a specific project. Drives are in private beta. Register your interest to get access: https://vercel.com/changelog/drives-for-vercel-sandbox-in-private-beta
Servers
- https://api.vercel.com
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
projectId |
String | No |
The project ID or name associated with the drives. Required unless using a Vercel OIDC token scoped to a project. |
sortOrder |
String | No |
Sort direction for results. Valid values:
Default value: "desc" |
teamId |
String | No |
The Team identifier to perform the request on behalf of. |
limit |
Number | No |
Maximum number of drives to return in the response. Used for pagination. Default value: 20 |
sortBy |
String | No |
Field to sort drives by. Valid values:
Default value: "createdAt" |
slug |
String | No |
The Team slug to perform the request on behalf of. |
namePrefix |
String | No |
Filter drives whose name starts with this prefix. Only valid when sortBy=name. |
cursor |
String | No |
Opaque pagination cursor from a previous response. |
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.