get_check
Retrieve status, conclusion, and output for a single check on a Vercel deployment using the deployment and check IDs.
Instructions
Get a single check on a deployment by id (status, conclusion, output).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deploymentId | Yes | Deployment id (dpl_...). | |
| checkId | Yes | Check id. | |
| 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). |