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.string
required
The deployment ID.
number
Pagination offset. Default:
0.number
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).
string
required
The event type. See Event Types for the full list.
string
required
ISO 8601 timestamp of when the event occurred.
string
Job identifier linking related events.
string
Step identifier, if the event relates to a specific compute or transfer step.
object
Event-specific data. Contents vary by event type.

