report
A CLI how-to guide. SDK power-users can refer to our full SDK docs generated from our source code here
Prints a report about the annotators and the work they performed in CSV format. Fields present in a report: timestamp
, dataset_id
, dataset_name
, dataset_slug
, workflow_id
, workflow_name
, current_stage_id
, current_stage_name
, actor_id
, actor_type
, actor_email
, actor_full_name
, active_time
, total_annotations
, review_pass_rate
, total_items_annotated
, time_per_annotation
, time_per_item
.
Positional Arguments:
dataset
: Name of the Remote Dataset we want to report on.
Optional arguments:
--start 2024-01-20T14:00:00Z
: Report start DateTime in RFC3339 format.--stop 2025-01-20T15:00:00Z
: Report end DateTime in RFC3339 format.--group-by
: Non-empty list of comma-separated grouping options for the report, any of:stages
,annotators
.-r, --pretty
: Prints the results formatted in a rich table.
Updated 10 days ago