Reports operations

Generated reports.

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.

reports.generate

Invoke Reports Generate.

Scopereports:read
Side-effectread
HTTPPOST /v1/op/reports.generate · POST /v1/reports/generate
Python / TypeScriptclient.reports.generate(…)
CLIgeopera reports generate …

Request — a free-form JSON object.

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