vercel_list_deployments
Retrieve Vercel deployments filtered by project, state, or time range to monitor and manage deployment history.
Instructions
List deployments for a project or all projects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of deployments to return (default: 20) | |
| since | No | Get deployments created after this timestamp | |
| state | No | Filter by deployment state (BUILDING, ERROR, INITIALIZING, QUEUED, READY, CANCELED) | |
| until | No | Get deployments created before this timestamp | |
| projectId | No | Filter deployments by project ID |