Get deployment
get_deploymentRetrieve deployment status and trailing build/deploy log lines. Specify the deployment UUID to see its current status and the last log lines, defaulting to 100.
Instructions
Status of one deployment plus the last lines lines of its build/deploy log (default 100). Log output requires the token's read:sensitive permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | How many trailing log lines to return. | |
| deployment_uuid | Yes | Deployment uuid (from deploy, restart_application or list_deployments). |