List deployments
list_deploymentsList recent Vercel deployments, filtered by project ID and deployment state (READY, BUILDING, ERROR), to monitor build success and failures.
Instructions
List recent deployments, optionally filtered by project ID and state (e.g. BUILDING, ERROR, READY).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 20) | |
| state | No | Comma-separated states, e.g. READY,ERROR | |
| projectId | No | Limit to one project |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| receipt | Yes | ||
| pageCount | Yes |