Glossary operations

Reference glossary and collections metadata.

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.

glossary.collections.get

Get a single catalog collection by name.

Scopecatalog:read
Side-effectread
HTTPPOST /v1/op/glossary.collections.get · POST /v1/glossary/collections/get
Python / TypeScriptclient.glossary.collections.get(…)
CLIgeopera glossary collections get …

RequestCollectionGetInput

FieldTypeRequiredDescription
collection_namestringyes

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

glossary.collections.list

List catalog collections (provider-compatible, paged).

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

Requestsrc__operations__glossary__reads__CollectionsListInput

FieldTypeRequiredDescription
integrationsstring
typestring
pageinteger
sizeinteger
sortstring

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

glossary.data_products.get

Get a single catalog data product by name.

Scopecatalog:read
Side-effectread
HTTPPOST /v1/op/glossary.data_products.get · POST /v1/glossary/data_products/get
Python / TypeScriptclient.glossary.data_products.get(…)
CLIgeopera glossary data-products get …

RequestDataProductGetInput

FieldTypeRequiredDescription
data_product_namestringyes

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

glossary.data_products.list

List catalog data products (provider-compatible, paged).

Scopecatalog:read
Side-effectread
HTTPPOST /v1/op/glossary.data_products.list · POST /v1/glossary/data_products/list
Python / TypeScriptclient.glossary.data_products.list(…)
CLIgeopera glossary data-products list …

RequestDataProductsListInput

FieldTypeRequiredDescription
dataProductIdstring
pageinteger
sizeinteger
sortstring

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

glossary.providers.get

Get a single catalog provider by name.

Scopecatalog:read
Side-effectread
HTTPPOST /v1/op/glossary.providers.get · POST /v1/glossary/providers/get
Python / TypeScriptclient.glossary.providers.get(…)
CLIgeopera glossary providers get …

RequestProviderGetInput

FieldTypeRequiredDescription
provider_namestringyes

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

glossary.providers.list

List catalog providers (PRODUCER/HOST, paged).

Scopecatalog:read
Side-effectread
HTTPPOST /v1/op/glossary.providers.list · POST /v1/glossary/providers/list
Python / TypeScriptclient.glossary.providers.list(…)
CLIgeopera glossary providers list …

RequestProvidersListInput

FieldTypeRequiredDescription
pageinteger
sizeinteger
sortstring
rolestring

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