---
title: "Get Dock by Serial"
method: GET
path: "/v0/dock/{dock_serial}"
tags: ["Docks"]
---

# Get Dock by Serial

`GET /v0/dock/{dock_serial}`

Fetch metadata about a single dock by its serial.

## Path parameters

- `dock_serial` string, required

## Response `200`

Dock returned from GET /dock endpoint

- object
  - `data` object, required — Dock returned from GET /dock endpoint
    - `dock` object, required — Dock object that may be linked to a vehicle
      - `device_health_status` 'No Known Issues' | 'Limited Operation' | 'Inoperable' | 'Out of Service' | 'Unknown' — Overall health status of the dock.
      - `dock_name` string, required
      - `dock_serial` string, required
      - `dock_type` 'DOCK' | 'DOCK_LITE' | 'X10_DOCK'
      - `is_online` boolean — Whether or not the dock has a direct connection to the internet
      - `location` object — Location of the dock. Available when the dock's takeoff point has been configured within a site.
        - `elevation` number, required — Elevation in meters above mean sea level (EGM96 geoid).
        - `latitude` number, required — Latitude in degrees.
        - `longitude` number, required — Longitude in degrees.
      - `vehicle` object — Vehicle linked to dock
        - `vehicle_class` 'Skydio R1' | 'Skydio 2' | 'Skydio X2' | 'Skydio X10' | 'Skydio R10', required
        - `vehicle_name` 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)
