Get task
Get task data, metadata, annotations and other attributes for a specific labeling task by task ID. The task ID is available from the Label Studio URL when viewing the task, or you can retrieve it programmatically with Get task list.
Path parameters
id
Task ID
Headers
Authorization
Header authentication of the form Token <token>
Response
Task
data
User imported or uploaded data for a task. Data is formatted according to the project label config. You can find examples of data for your project on the Import page in the Label Studio Data Manager UI.
id
predictions
Predictions for this task
annotations
drafts
Drafts for this task
annotators
Annotators who annotated this task
inner_id
cancelled_annotations
total_annotations
total_predictions
completed_at
annotations_results
predictions_results
predictions_score
file_upload
storage_filename
annotations_ids
predictions_model_versions
avg_lead_time
draft_exists
updated_by
User IDs who updated this task
meta
Meta is user imported (uploaded) data and can be useful as input for an ML Backend for embeddings, advanced vectors, and other info. It is passed to ML during training/predicting steps.
created_at
Time a task was created
updated_at
Last time a task was updated
is_labeled
True if the number of annotations for this task is greater than or equal to the number of maximum_completions for the project
overlap
Number of distinct annotators that processed the current task
comment_count
Number of comments in the task including all annotations
unresolved_comment_count
Number of unresolved comments in the task including all annotations
last_comment_updated_at
When the last comment was updated
project
Project ID for this task