get_deployment_file_contents
Retrieve the contents of a specific file from a Vercel deployment by providing the deployment ID and file ID.
Instructions
Get the contents of a single file within a deployment by file id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Deployment id (dpl_...). | |
| fileId | Yes | File id (from list_deployment_files). | |
| 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). |