---
title: "Get Attachment by Serial"
method: GET
path: "/v0/attachment/{attachment_serial}"
tags: ["Attachments"]
---

# Get Attachment by Serial

`GET /v0/attachment/{attachment_serial}`

Fetch metadata about a single attachment by its serial.

## Path parameters

- `attachment_serial` string, required

## Response `200`

Attachment returned from GET /attachment endpoint

- object
  - `data` object, required — Attachment returned from GET /attachment endpoint
    - `attachment` object, required — Attachment object that may be linked to a vehicle
      - `attachment_serial` string, required
      - `attachment_type` 'SPOTLIGHT' | 'NIGHTSENSE' | 'SPEAKER_AND_MIC' | 'DROPPER', required — Type of attachment on the vehicle
      - `mount_point` 'TOP' | 'BOTTOM' | 'LEFT' | 'RIGHT' — Location of the attachment on the vehicle
      - `name` string — The display name for the attachment. Defaults to attachment serial.
      - `vehicle_serial` string — Serial of the vehicle linked to this attachment
  - `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)
