Provenance operations

Lineage and provenance of derived data.

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.

provenance.get

Scopeprovenance:read
Side-effectread
HTTPPOST /v1/op/provenance.get · POST /v1/provenance/get
Python / TypeScriptclient.provenance.get(…)
CLIgeopera provenance get …

RequestLineageGetInput

FieldTypeRequiredDescription
entity_typestringyesRoot node type: item | order | processing_job | collection | project
entity_idstringyesRoot entity id
directionstringup=ancestors, down=descendants, both
max_depthinteger

ResponseLineageGetOutput.