This endpoint expects an object.
datamap from strings to anyRequired
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.
allow_skipboolean or nullOptional
Whether this task can be skipped. Set to False to make task unskippable.
cancelled_annotationsintegerOptional-2147483648-2147483647
Number of total cancelled annotations for the current task
comment_authorslist of integersOptional
Users who wrote comments
comment_countintegerOptional-2147483648-2147483647
Number of comments in the task including all annotations
file_uploadinteger or nullOptional
Uploaded file used as data source for this task
inner_idlong or nullOptional-9223372036854776000-9223372036854776000
Internal task ID in the project, starts with 1
is_labeledbooleanOptional
True if the number of annotations for this task is greater than or equal to the number of maximum_completions for the project
last_comment_updated_atdatetime or nullOptional
When the last comment was updated
metaany or nullOptional
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.
overlapintegerOptional-2147483648-2147483647
Number of distinct annotators that processed the current task
projectinteger or nullOptional
Project ID for this task
total_annotationsintegerOptional-2147483648-2147483647
Number of total annotations for the current task except cancelled annotations
total_predictionsintegerOptional-2147483648-2147483647
Number of total predictions for the current task
unresolved_comment_countintegerOptional-2147483648-2147483647
Number of unresolved comments in the task including all annotations
updated_byinteger or nullOptional
Last annotator or reviewer who updated this task
Response
agreement_selecteddoubleRead-only
annotation_timeinteger or nullRead-only
annotationslist of maps from strings to anyRead-only
Return annotations for the task.
If annotations_stub=True is in context (via feature flag
fflag_fix_all_fit_720_lazy_load_annotations), returns lightweight
annotation stubs without result data for improved performance.
annotations_idsstringRead-only
annotations_resultsstringRead-only
annotatorslist of objectsRead-only
Who annotated this task; each item includes user_id plus minimal profile fields for Data Manager display.
annotators_countintegerRead-only
The annotators_count is calculated as the number of users with annotations (can be repeated, so same as the number of annotations) + the number of assignees without annotations.
comment_authorslist of maps from strings to anyRead-only
comment_authors_countintegerRead-only
created_atdatetimeRead-only
Time a task was created
datamap from strings to any
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.
draftslist of objectsRead-only
Drafts for this task
file_uploadstring or nullRead-only
predictionslist of objectsRead-only
Predictions for this task
predictions_model_versionsstringRead-only
predictions_resultsstringRead-only
review_timeinteger or nullRead-only
reviewerslist of maps from strings to anyRead-only
reviewers_countintegerRead-only
storage_filenamestring or nullRead-only
updated_atdatetimeRead-only
Last time a task was updated
updated_bylist of objectsRead-only
User IDs who updated this task
allow_skipboolean or nullOptional
Whether this task can be skipped. Set to False to make task unskippable.
avg_lead_timedoubleOptional
cancelled_annotationsintegerOptional
comment_countintegerOptional-2147483648-2147483647
Number of comments in the task including all annotations
completed_atdatetimeOptional
draft_existsbooleanOptional
ground_truthbooleanOptional
is_labeledbooleanOptional
True if the number of annotations for this task is greater than or equal to the number of maximum_completions for the project
last_comment_updated_atdatetime or nullOptional
When the last comment was updated
metaany or nullOptional
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.
overlapintegerOptional-2147483648-2147483647
Number of distinct annotators that processed the current task
precomputed_agreementdouble or nullOptional
Average agreement score for the task
predictions_scoredoubleOptional
projectinteger or nullOptional
Project ID for this task
reviews_acceptedintegerOptional
reviews_rejectedintegerOptional
total_annotationsintegerOptional
total_predictionsintegerOptional
unresolved_comment_countintegerOptional-2147483648-2147483647
Number of unresolved comments in the task including all annotations