---
title: "Queryables"
method: GET
path: "/stac/queryables"
tags: ["SpatioTemporal Asset Catalog (STAC) API"]
---

# Queryables

`GET /stac/queryables`

Endpoint.

## Query parameters

- `api-version` string, required

## Response `200`

The request has succeeded.

- QueryableDefinition[]
  - `name` string, required — Name of the queryable field.
  - `definition` QueryableDefinitionType, required — QueryableDefinitionType
    - `create_index` boolean — Whether to create a database index for this property.
    - `data_type` 'string' | 'number' | 'boolean' | 'timestamp' | 'date' — Data type of the queryable property.
    - `description` string — Description
  - `create_index` boolean — Whether to create a database index for this field.
  - `data_type` 'string' | 'number' | 'boolean' | 'timestamp' | 'date' — Data type of the queryable field.

## Other responses

- `204` — There is no content to send for this request, but the headers may be useful.
- `default` — An unexpected error response.

## Changes

- **2025-05-15** (2025-04-30-preview) `00cbc3d6d8e0` — 1 info
  - added the success response with the status `204`

[Change history](https://skmtc.dev/azure/apis/orbital-microsoft-planetarycomputer/changes/stac/queryables/get.md)

---

[API](https://skmtc.dev/azure/apis/orbital-microsoft-planetarycomputer.md) · [All operations](https://skmtc.dev/azure/apis/orbital-microsoft-planetarycomputer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/orbital-microsoft-planetarycomputer/revisions/00cbc3d6d8e0/schema)
