get_deployment_logs
Retrieve detailed logs for a deployment to identify and fix errors. Supports filtering by error, warning, or all log types across Vercel, Netlify, and Cloudflare Pages.
Instructions
Fetch detailed logs for a specific deployment, useful for debugging failed deployments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | API token for authentication (optional if set in environment) | |
| filter | No | Filter logs by type (default: error) | error |
| project | No | Project/site name (required when using 'latest' as deploymentId) | |
| platform | Yes | The deployment platform | |
| deploymentId | Yes | The deployment ID or 'latest' for most recent |