v14
latestOpenAPI 3.0.32026-08-04377889.4 MBList 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
Query parameters
The project ID or name associated with the drives. Required unless using a Vercel OIDC token scoped to a project.
The project ID or name associated with the drives. Required unless using a Vercel OIDC token scoped to a project.
Maximum number of drives to return in the response. Used for pagination.
Maximum number of drives to return in the response. Used for pagination.
Opaque pagination cursor from a previous response.
Opaque pagination cursor from a previous response.
Field to sort drives by.
Field to sort drives by.
Filter drives whose name starts with this prefix. Only valid when sortBy=name.
Filter drives whose name starts with this prefix. Only valid when sortBy=name.
Sort direction for results.
Sort direction for results.
The Team identifier to perform the request on behalf of.
The Team slug to perform the request on behalf of.
Response
Example response
{
"drives": [
{
"name": "workspace",
"projectId": "prj_abc123",
"maxSizeBytes": 107374182400,
"currentSessionId": "sbx_123",
"currentSandboxName": "my-sandbox",
"createdAt": 1750344501629,
"updatedAt": 1750344501629
}
]
}