list_deployments
Retrieve Vercel deployment history with filters for project, target, state, or time window. Get deployment IDs and track deploy statuses.
Instructions
List deployments, most recent first. Filter by project, target (production/preview), state, or time window. Use this to see deploy history and find a deployment id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Filter by project id or name. | |
| target | No | Filter by deploy target. | |
| state | No | Comma-separated states: BUILDING, ERROR, INITIALIZING, QUEUED, READY, CANCELED. | |
| app | No | Filter by deployment app name. | |
| since | No | Only deployments created after this timestamp (ms). | |
| until | No | Only deployments created before this timestamp (ms). | |
| limit | No | Maximum number of items to return. | |
| teamId | No | Team ID to scope the request. Falls back to VERCEL_TEAM_ID when omitted. | |
| slug | No | Team slug to scope the request (alternative to teamId). |