---
title: "Get Flight by ID"
method: GET
path: "/v0/flight/{flight_id}"
tags: ["Flights"]
---

# Get Flight by ID

`GET /v0/flight/{flight_id}`

Fetch metadata about a single flight by its flight id.

## Path parameters

- `flight_id` string, required

## Response `200`

Flight returned from GET /flight endpoint

- object
  - `data` object, required — Flight returned from GET /flight endpoint
    - `flight` object, required
      - `attachments` object[] — (Beta) List of attachments present on the vehicle during this flight.
        - `attachment_serial` string
        - `attachment_type` 'SPOTLIGHT' | 'NIGHTSENSE' | 'SPEAKER_AND_MIC' | 'DROPPER' — Type of attachment on the vehicle
        - `mount_point` 'TOP' | 'BOTTOM' | 'LEFT' | 'RIGHT' — Location of the attachment on the vehicle
      - `battery_serial` string
      - `flight_id` string, required
      - `has_telemetry` boolean — True if telemetry has been uploaded for this flight.
      - `landing` string, date-time
      - `markers` object[] — Markers associated with this flight, including incident/CAD IDs.
        - `incident_id` string
        - `uuid` string
      - `sensor_package` object — (Beta) The sensor package used during this flight.
        - `sensor_package_serial` string
        - `sensor_package_type` 'V100-L' | 'VT300-L' | 'VT300-Z'
      - `takeoff` string, date-time
      - `takeoff_latitude` number — Populated if telemetry has been uploaded for this flight.
      - `takeoff_longitude` number — Populated if telemetry has been uploaded for this flight.
      - `user_email` string
      - `vehicle_serial` string, required
  - `error_message` string
  - `meta` object, required
    - `time` number
  - `skydio_error_code` integer, required
  - `status_code` integer, required

## Other responses

- `404` — Not Found

---

[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)
