get_deployment
Retrieve complete deployment details including state, build, meta, and aliases using its ID or URL.
Instructions
Get full details of one deployment by id or URL (state, build, meta, aliases).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idOrUrl | Yes | Deployment id (dpl_...) or its URL. | |
| 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). |