getDeployments
Retrieve a list of deployments from Vercel based on criteria like application name, project ID, timestamp range, deployment state, or team ID for efficient deployment monitoring and management.
Instructions
Lists deployments
Input Schema
Name | Required | Description | Default |
---|---|---|---|
app | No | Application name | |
from | No | Timestamp to list deployments from | |
limit | No | Limit on number of deployments to return | |
projectId | No | Project ID | |
since | No | Timestamp to get deployments from | |
slug | No | Slug | |
state | No | Deployment state | |
target | No | Deployment target | |
teamId | No | Team ID | |
to | No | Timestamp to list deployments until | |
until | No | Timestamp to get deployments until | |
users | No | Filter by users |