---
title: "Collection Info"
method: GET
path: "/data/mosaic/collections/{collectionId}/info"
tags: ["Tiles for STAC Collections"]
---

# Collection Info

`GET /data/mosaic/collections/{collectionId}/info`

Return search query info from a STAC collection identifier.

## Path parameters

- `collectionId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

The request has succeeded.

- TilerStacSearchRegistration — Information about a registered STAC search query
  - `search` TilerStacSearchDefinition, required — Stored search query See: https://github.com/stac-utils/pgstac/blob/3499daa2bfa700ae7bb07503795c169bf2ebafc7/sql/004_search.sql#L907-L915
    - `hash` string, required — Unique hash identifier for the search query
    - `search` object, required — Search
    - `lastused` string, date-time, required — Timestamp when the search was last accessed
    - `usecount` integer, required — Number of times the search has been accessed
    - `metadata` MosaicMetadata, required — Metadata information for mosaic or search results
      - `type` 'mosaic' | 'search' — Type of metadata resource
      - `bounds` string — Geographic bounding box in [west, south, east, north] format
      - `minzoom` integer — Minimum zoom level supported
      - `maxzoom` integer — Maximum zoom level supported
      - `name` string — Human-readable name for the resource
      - `assets` string[] — List of asset identifiers included in the resource
      - `defaults` object — Defaults
  - `links` StacLink[] — Related links for the search query
    - `rel` string — The relationship type of the link.
    - `title` string — The title of the link.
    - `type` 'image/tiff; application=geotiff' | 'image/jp2' | 'image/png' | 'image/jpeg' | 'image/jpg' | 'image/webp' | 'application/x-binary' | 'application/xml' | 'application/json' | 'application/geo+json' | 'text/html' | 'text/plain' | 'application/x-protobuf' — The MIME type of the linked resource.
    - `href` string, required — The URL of the link.
    - `hreflang` string — The language of the linked resource.
    - `length` integer — The length of the linked resource.
    - `method` 'GET' | 'POST' — Specifies the HTTP method that the resource expects. Default: GET.
    - `headers` object — Object key-value pairs that map to headers. Example: { "Accept": "application/json" }.
    - `body` object — For POST requests, the resource can specify the HTTP body as a JSON object.
    - `merge` boolean — Indicates whether the client is expected to merge the body value into the current request body before following the link. This is only valid when the server is responding to a POST request. Default: false.

## 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/revisions/42447be18bc5/schema)
