---
title: "List all bandsets"
method: GET
path: "/v0/bandsets"
tags: ["Bandset"]
---

# List all bandsets

`GET /v0/bandsets`

List of all bandsets, that can be used to place a tasking order.

## Response `200`

OK

- ClerkListBandsets
  - `bandsets` ClerkBandset[]
    - `bands` ClerkBand[] — list of bands in the bandset
      - `name` string — name of the band
      - `wavelength` number — wavelength of the band in nm
    - `captures` integer — number of captures required to fulfill the order for the current bandset. tasking order cost is dependent on the number of captures required by the bandset
    - `description` string — description of the bandset
    - `id` string — id of the bandset
    - `name` string — name of the bandset

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/pixxel/apis/stargate.md) · [All operations](https://skmtc.net/pixxel/apis/stargate/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pixxel/stargate/revisions/b501e2ca5a9d/schema)
