Get extraction flow statistics
Extraction Flows
Get extraction flow statistics
Dry-run cache simulation of the flow — returns, per DAG node, how many inputs would be reused from cache vs. recomputed, without actually executing any extraction. Useful to preview the cost/impact of a run.
POST
Get extraction flow statistics
Authorizations
Use Authorization: Bearer
Path Parameters
UUID of the project
UUID of the extraction flow
Body
application/json
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.