get https://darwin.v7labs.com/api/teams//datasets//item_reports
Retrieves a report containing current status of all items in the dataset
Response content is a CSV containing a header row.
Column info
- filename - original filename of the item
- uploaded_date - timestamp of when item was added to the dataset
- status - current status of the dataset
- workflow_start_date - timestamp of when item was first entered into a workflow
- workflow_complete_date - timestamp of when work on the item was completed.
null
if in progress - number_of_frames - for playback videos, the number of frames in the video
- folder - path the item was assigned in the dataset
- time_spent_annotating_sec - total duration of work perform by annotators
- time_spent_reviewing_sec - total duration of work perform by reviewers
- automation_time_annotating_sec - total duration of automation actions performed in annotate stages
- automation_time_reviewing_sec - total duration of automation actions performed in review stages
- annotators - emails of all annotators who performed work on this item, joined by semicolon
- reviewers - emails of all reviewers who performed work on this item, joined by semicolon
- was_rejected_in_review -
true
if item was every rejected in any review stage - url - Darwin Workview URL for the item