---
title: "Get Scheduled Missions"
method: GET
path: "/v0/mission/schedules"
tags: ["Missions"]
---

# Get Scheduled Missions

`GET /v0/mission/schedules`

Search scheduled missions by various parameters.

## Query parameters

- `active` boolean — The active status cannot be toggled while editing the other attributes of a scheduled mission.
- `template_uuid` string, uuid
- `dock_id` string — Deprecated, use dock_serial instead
- `dock_serial` string
- `vehicle_id` string — Deprecated, use vehicle_serial instead
- `vehicle_serial` string
- `per_page` integer — Number of results to return per page
- `page_number` integer — Return a specific page number from results

## Response `200`

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

- object
  - `data` object, required — List of scheduled missions returned from GET /mission/schedules endpoint
    - `pagination` object, required
      - `current_page` integer, required — Current page number of results
      - `max_per_page` integer, required — Maximum number of entries per page, could be less for final page
      - `total_pages` integer, required — Total pages of results
    - `scheduled_missions` object[], required
      - `active` boolean — The active status cannot be toggled while editing the other attributes of a scheduled mission.
      - `battery_threshold` integer — The miminum battery percentage required for the vehicle to run the mission. If the battery percentage reaches this mid-flight, the vehicle will return to the dock.
      - `dock_id` string — Deprecated, use dock_serial instead
      - `dock_serial` string
      - `schedule_events` object[], required
        - `day_of_week` integer — Numerical representation of the day of the week, where 1 is Monday and 7 is Sunday
        - `time_of_day` string — Clock time conforming to the full-time spec in RFC3339.
      - `template_uuid` string, uuid, required
      - `uuid` string, uuid, required
      - `vehicle_id` string — Deprecated, use vehicle_serial instead
      - `vehicle_serial` string
  - `error_message` string
  - `meta` object, required
    - `time` number
  - `skydio_error_code` integer, required
  - `status_code` integer, required

---

[API](https://skmtc.net/skydio/apis/skydio-cloud-api.md) · [All operations](https://skmtc.net/skydio/apis/skydio-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skydio/skydio-cloud-api/revisions/0f746b116483/schema)
