EO Data Discovery
Metadata filters for a specific dataset
Lists all supported metadata filters (also called "queryables") for a specific collection.
This endpoint is compatible with the endpoint defined in the STAC API extension filter and OGC API - Features - Part 3: Filtering. For a precise definition please follow those specifications.
This endpoints provides a JSON Schema for each queryable that openEO users can use in multiple scenarios:
- For loading data from the collection, e.g. in the process load_collection.
- For filtering items using CQL2 on the /collections/{collection_id}/items endpoint (if STAC API - Features is implemented in addition to the openEO API).
Note: Providing the Bearer token is REQUIRED for private collections.
get/collections/{collection_id}/queryables
Path parameters
collection_idstring required
A unique identifier for the collection, which MUST match the specified pattern.
Example:Sentinel-2A
Collection identifier
Response
A JSON Schema defining the queryables.
It is RECOMMENDED to dereference all "$refs".