STAC operations

STAC-compliant item and search endpoints.

Each operation below is reachable at POST /v1/op/{operation_id} or the resource path POST /v1/{resource}/{action}, with a Bearer token (a gpra_ API key or a session token). Back to the Operations Reference index.

stac.collections.list

List STAC Collections owned by the caller’s organization (provider-compatible).

Scopeitems:read
Side-effectread
HTTPPOST /v1/op/stac.collections.list · POST /v1/stac/collections/list
Python / TypeScriptclient.stac.collections.list(…)
CLIgeopera stac collections list …

Requestsrc__operations__stac__reads__CollectionsListInput

FieldTypeRequiredDescription
base_urlstring

Response — a streaming or binary payload (NDJSON / file / tile). Call the HTTP endpoint directly; the JSON SDK return does not apply.

stac.search

Cross-collection STAC search (CQL2-JSON / bbox / intersects), org-scoped.

Scopeitems:read
Side-effectread
HTTPPOST /v1/op/stac.search · POST /v1/stac/search
Python / TypeScriptclient.stac.search(…)
CLIgeopera stac search …

RequestSearchInput

FieldTypeRequiredDescription
base_urlstring
collectionsarray of string
idsarray of string
datetimestring
sortbyarray of SortClause
limitinteger
pageinteger
filterobject
filter-langstring
bboxarray of number
intersectsobject

Response — a streaming or binary payload (NDJSON / file / tile). Call the HTTP endpoint directly; the JSON SDK return does not apply.