v1
latestOpenAPI 3.0.02026-07-14135106116.2 KBstats
Get inbox statistics
Compute and return statistics on the given inbox, optionally restricted to a date range and a field.
Stats will return per field:
- accuracy
- precision
- f1 score
- recall
Note Depending on the date range and fields, computation might be intensive
Permission required: view_statistics
get/stats/{inbox_id}
Query parameters
field_namestring
The field names to include in the stats. If left empty, all fields are included.Additionally, __all_fields__ field name is also added, and aggregates the stats for all fields
start_datestring date-time
The minimum upload time of the file. If left empty, no filter is applied.
end_datestring date-time
The maximum upload time of the file. If left empty, no filter is applied.
version_namestring
The name of the version to evaluate. If left empty, latest evaluated version is chosen.
Response
Success