Skip to main content
POST
Get extraction flow statistics

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Path Parameters

project_id
string<uuid>
required

UUID of the project

flow_id
string<uuid>
required

UUID of the extraction flow

Body

application/json
document_ids
string<uuid>[]

Optional list of document UUIDs to scope the simulation to. When omitted, statistics are computed over all documents in the project.

Response

Per-node statistics

Map of DAG node names to their cache/recompute statistics.

{key}
object