vercel_get_deployment_logs
Retrieve deployment logs by deployment ID. Filter logs by limit, time range, or follow in real-time.
Instructions
Get logs for a specific deployment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of log entries to return | |
| since | No | Get logs after this timestamp | |
| until | No | Get logs before this timestamp | |
| follow | No | Whether to follow the logs in real-time | |
| deploymentId | Yes | The ID of the deployment |