Deployments
Deployment Events
Get and report execution events for a deployment
GET
Base URL:
https://console.rotastellar.comList Events
Retrieve execution events for a deployment, ordered chronologically.The deployment ID.
Pagination offset. Default:
0.Maximum number of events to return. Default:
100, max: 500.Report Event
Agents use this endpoint to report execution events during a live deployment.X-API-Key + X-Agent-ID headers).
The event type. See Event Types for the full list.
ISO 8601 timestamp of when the event occurred.
Job identifier linking related events.
Step identifier, if the event relates to a specific compute or transfer step.
Event-specific data. Contents vary by event type.
Status Side Effects
Terminal events automatically update the deployment status:| Event Type | Deployment Status Change |
|---|---|
job.accepted | dispatched → running |
job.completed | → completed |
job.failed | → failed |

