---
title: "Searches Tileset List"
method: GET
path: "/data/mosaic/searches/{searchId}/tiles"
tags: ["Tiles for STAC Searches"]
---

# Searches Tileset List

`GET /data/mosaic/searches/{searchId}/tiles`

Return a list of available tilesets for a mosaic search.

## Path parameters

- `searchId` string, required

## Query parameters

- `api-version` string, required
- `subdataset_name` string
- `subdataset_bands` integer[]
- `crs` string
- `datetime` string
- `sel` string[]
- `sel_method` 'nearest' | 'linear' | 'bilinear' | 'cubic' | 'cubic_spline' | 'lanczos' | 'area' | 'mode'

## Response `200`

The request has succeeded.

- TileSetList — Response containing a list of available tilesets
  - `tilesets` TileSetEntry[], required — Array of available tilesets
    - `title` string — Human-readable title of the tileset
    - `dataType` string — Type of data in the tiles (e.g., 'map', 'vector')
    - `crs` string — Coordinate reference system identifier
    - `links` TileSetLink[] — Links related to this tileset
      - `href` string, required — The URL target of the link
      - `rel` string, required — The relationship type of the link
      - `type` string — The media type of the linked resource
      - `title` string — Human-readable title of the link
    - `boundingBox` TileSetBoundingBox — Bounding box for a tile set
      - `lowerLeft` number[], required — Lower-left corner coordinates [x, y]
      - `upperRight` number[], required — Upper-right corner coordinates [x, y]
      - `crs` string — Coordinate reference system identifier
    - `accessConstraints` string — Access constraints for the tileset

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