---
title: "List all available indices"
method: GET
path: "/v0/indices"
tags: ["Indices"]
---

# List all available indices

`GET /v0/indices`

Returns a list of all available indices (both custom and preset) with their formulas and metadata. Use the type query parameter to filter by custom or preset.

## Query parameters

- `offset` integer
- `limit` integer
- `satellite_id` string
- `type` string
- `expression_type` string
- `index_id` string

## Response `200`

OK

- AtlasListIndicesResponse
  - `indices` AtlasIndexEntity[]
    - `bands` string[]
    - `colormap` string
    - `created_at` string
    - `description` string
    - `expression` string
    - `expression_type` 'composite' | 'index' | 'grayscale'
    - `id` string
    - `name` string
    - `rescale` integer[]
    - `satellite_id` string
    - `type` 'custom' | 'preset'
    - `updated_at` string
  - `pagination` CommonPagination
    - `limit` integer
    - `offset` integer
    - `total` integer

## 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/versions/b501e2ca5a9d/schema)
