list_deployment_files
Retrieve the file tree of a Vercel deployment by providing its ID. Quickly inspect deployment structure without manual browsing.
Instructions
List the file tree of a deployment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Deployment id (dpl_...). | |
| 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). |