---
title: "Get Collection Mosaics"
method: GET
path: "/stac/collections/{collectionId}/configurations/mosaics"
tags: ["STAC Collection Configuration"]
---

# Get Collection Mosaics

`GET /stac/collections/{collectionId}/configurations/mosaics`

Get the mosaic definitions for a given collection

## Path parameters

- `collectionId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

The request has succeeded.

- StacMosaic[]
  - `id` string, required — Unique identifier for the mosaic.
  - `name` string, required — Short descriptive name for the mosaic.
  - `description` string — Detailed description of the mosaic.
  - `cql` object[], required — A list of valid CQL2-JSON expressions used to filter the collection to moasic.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/orbital-microsoft-planetarycomputer.md) · [All operations](https://skmtc.net/azure/apis/orbital-microsoft-planetarycomputer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/orbital-microsoft-planetarycomputer/versions/42447be18bc5/schema)
