deploy_events
Retrieve the recorded event stream of a deploy operation to inspect its phases, even for deploys not directly observed or resumed from another process.
Instructions
Fetch the recorded phase-event stream for a deploy operation. Returns the same DeployEvent shapes the deploy tool emits inline during an in-flight deploy — useful for inspecting a deploy after the fact (e.g., a deploy that the agent didn't observe directly, or one being resumed from a different process).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation_id | Yes | Operation id returned by a prior `deploy` call. Must start with `op_`. | |
| project_id | Yes | Project ID that owns the operation. Required (apikey-gated endpoint). |