v1

latestOpenAPI 3.1.02026-07-26650239.3 KB
Missions

Get Scheduled Missions

Search scheduled missions by various parameters.

get/v0/mission/schedules

Query parameters

activeboolean

The active status cannot be toggled while editing the other attributes of a scheduled mission.

template_uuidstring uuid
dock_idstring

Deprecated, use dock_serial instead

dock_serialstring
vehicle_idstring

Deprecated, use vehicle_serial instead

vehicle_serialstring
per_pageinteger

Number of results to return per page

page_numberinteger

Return a specific page number from results

Response

List of scheduled missions returned from GET /mission/schedules endpoint

error_messagestring
skydio_error_codeinteger required
status_codeinteger required

Example response

{
  "data": {
    "scheduled_missions": [
      {
        "schedule_events": [
          {
            "time_of_day": "20:39:15+00:00"
          }
        ]
      }
    ]
  }
}