---
title: "Get Controller by Serial"
method: GET
path: "/v0/controller/{controller_serial}"
tags: ["Controllers"]
---

# Get Controller by Serial

`GET /v0/controller/{controller_serial}`

Fetch metadata about a single controller by its serial.

## Path parameters

- `controller_serial` string, required

## Response `200`

- object
  - `data` object, required
    - `controller` object, required
      - `controller_name` string
      - `controller_serial` string, required
      - `controller_type` string
      - `eid` string
      - `iccid_esim` string
      - `iccid_physical` string
      - `imei_esim` string
      - `imei_physical` string
      - `notes` string
  - `error_message` string
  - `meta` object, required
    - `time` number
  - `skydio_error_code` integer, required
  - `status_code` integer, required

## Other responses

- `500` — 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/versions/0f746b116483/schema)
