Please see the detailed reference documentation for
put_tasks
here.- Searching for the
task_idthrough the RedBrick AI UI. - Retrieving the
task_idfrom your filename/customnamefrom the Items List using search_tasks. - Retrieving tasks assigned to your API key using
list_tasks.
Programmatically Label Tasks
Add your annotations within theseries field, along with the task_id. Please refer to the reference documentation for the format of the annotations in Series.
The corresponding Task must be queued in the Label Stage and assigned to your API key.
Programmatically Review Tasks
Add your review decision in thereview_result argument, along with the task_id. The corresponding Task must be queued in the Review stage that you specify in stage_name and must be assigned to your API key.
Re-annotate Ground Truth Tasks
Once your Task goes through all of the stages in your workflow, it will be stored in the Ground Truth Stage. If you notice issues with one or more of your Ground Truth Tasks, you can either modify them manually within the UI while the Tasks are still in the Ground Truth Stage or send them back to the Label Stage for correction. First, get a list of thetask_ids you want to send back to Label. You can do this by exporting only Ground Truth Tasks and filtering them. Then, use move_tasks_to_start to send them back to Label.

