v1

latestOpenAPI 3.0.02026-07-14135106116.2 KB
stats

Get processing runtime stats

This endpoint is in preview and its interface may change.

Compute statistics over the documents in the inbox. These stats include:

  • mean
  • min
  • max
  • standard deviation
  • 50th percentile
  • 95th percentile
  • 99th percentile

Documents are grouped by their page count: this is currently the only supported group by attribute.

Documents can be further filter by any given start or end date: the filter will apply to the start processing date, and not to the done date.

Permission required: view_statistics

get/stats/{inbox_id}/processing

Query parameters

start_datestring date-time
end_datestring date-time
group_bystring

Group stats per this given attribute. Only pages is supported