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

# Searches Tileset Metadata

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

Return metadata for a specific tileset of a mosaic search.

## Path parameters

- `searchId` string, required
- `tileMatrixSetId` 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.

- TileSetMetadata — Detailed metadata about a specific tileset, including tile matrix set limits
  - `title` string — Human-readable title of the tileset
  - `dataType` string — Type of data in the tiles
  - `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
  - `tileMatrixSetLimits` TileMatrixSetLimitsEntry[] — Limits for each tile matrix level in the tileset
    - `tileMatrix` string, required — Identifier of the tile matrix level
    - `minTileRow` integer, required — Minimum tile row index at this zoom level
    - `maxTileRow` integer, required — Maximum tile row index at this zoom level
    - `minTileCol` integer, required — Minimum tile column index at this zoom level
    - `maxTileCol` integer, required — Maximum tile column index at this zoom level

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