---
title: "List all collections"
method: GET
path: "/v0/archives/collections"
tags: ["Archives"]
---

# List all collections

`GET /v0/archives/collections`

Returns a list of all collections available under archives.

## Query parameters

- `ids` string

## Response `200`

OK

- CosmosModifiedSuccessResponse
  - `collections` CosmosOriginalCollectionSuccessResponse[]
    - `created_at` string
    - `description` string
    - `extent` object
      - `spatial` object
        - `bbox` array[]
          - number[]
      - `temporal` object
        - `interval` array[]
          - string[]
    - `id` string
    - `license` string
    - `links` CosmosLink[]
      - `href` string, required — The URL or reference the link points to
      - `rel` string, required — The relationship of the link (e.g., "self", "parent", "child")
      - `title` string — A human-readable title for the link
      - `type` string — The MIME type of the linked resource (e.g., "application/json")
    - `providers` object[]
      - `description` string
      - `name` string
      - `roles` string[]
      - `url` string
    - `stac_extensions` unknown
    - `stac_version` string
    - `summaries` unknown
    - `title` string
    - `type` string
    - `updated_at` string

## 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)
