---
title: "Get Attachments"
method: GET
path: "/v0/attachments"
tags: ["Attachments"]
---

# Get Attachments

`GET /v0/attachments`

Search attachments by various parameters.

## Query parameters

- `attachment_serial` string — Limit results to a specific attachment, by serial number
- `attachment_type` 'SPOTLIGHT' | 'NIGHTSENSE' | 'SPEAKER_AND_MIC' | 'DROPPER'
- `per_page` integer — Number of results to return per page
- `page_number` integer — Return a specific page number from results

## Response `200`

Attachments returned from GET /attachment endpoint

- object
  - `data` object, required — Attachments returned from GET /attachment endpoint
    - `attachments` object[], required
      - `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
    - `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
  - `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)
