Get Deployment
get_deploymentRetrieve detailed information about a specific deployment, including commit, author, status, timings, and failure details.
Instructions
One deployment in detail: commit, author, status, timings and any failure information. Note that the deployment OUTPUT log needs the site:manage-deploys scope, which also grants the ability to deploy — so a read-only token will get a 403 for the log while this summary still works.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | Site id from list_sites. | |
| server | Yes | Server id the site is on. | |
| deployment | Yes | Deployment id from list_deployments. | |
| organization | No | Organisation slug. Optional when the server has a default configured. |