List all deployments for the authenticated user
https://console.rotastellar.com
ā Requires session cookie or API key authentication.| Field | Type | Description |
|---|---|---|
id | string | Deployment ID |
mission_id | string | Parent mission ID |
plan_id | string | Source plan ID |
satellite_id | string | NORAD catalog ID |
status | string | pending, dispatched, running, completed, failed, cancelled |
mode | string | simulated or live |
speed_multiplier | number | Simulation speed (simulated mode only) |
started_at | string | ISO 8601 timestamp when execution started |
completed_at | string | ISO 8601 timestamp when execution finished |
created_at | string | ISO 8601 timestamp when deployment was created |
mission_name | string | Name of the parent mission |
plan_label | string | Label of the source plan |