Deployment Info & Logs
varity_deploy_logsRetrieve build logs or a deployment summary for a specific deployment. Get the live URL, status, build size, and build time, or see full log lines when available.
Instructions
Get build logs or deployment summary for a specific deployment. When full build logs exist (captured during varity_deploy or varity_build), returns the actual log lines. When only the deployment record exists, returns a structured summary receipt: URL, status, build size, build time, and a debug_tip pointing to varity_build for detailed output. Use this to get the live URL, check status, or confirm build metrics for a deployment. For detailed build error output (TypeScript errors, module-not-found, etc.), use varity_build, it captures the full compilation log with exact file/line numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of log lines to return (default: 100) | |
| deployment_id | Yes | The deployment ID to get logs for |