Get project by ID
Retrieve information about a project by project ID.
Path parameters
id
Headers
Authorization
Header authentication of the form Token <token>
Response
Project information
config_suitable_for_bulk_annotation
Flag to detect is project ready for bulk annotation
created_at
finished_task_number
Finished tasks
ground_truth_number
Honeypot annotation number in project
id
num_tasks_with_annotations
Tasks with annotations count
parsed_label_config
queue_done
queue_total
skipped_annotations_number
Skipped by collaborators annotation number in project
start_training_on_annotation_update
Start model training after any annotations are submitted or updated
task_number
Total task number in project
total_annotations_number
Total annotations number in project including skipped_annotations_number and ground_truth_number.
total_predictions_number
Total predictions number in project including skipped_annotations_number, ground_truth_number, and useful_annotation_number.
useful_annotation_number
Useful annotation number in project not including skipped_annotations_number and ground_truth_number. Total annotations = annotation_number + skipped_annotations_number + ground_truth_number
color
control_weights
created_by
Project owner
description
Project description
enable_empty_annotation
Allow annotators to submit empty annotations
evaluate_predictions_automatically
Retrieve and display predictions when loading a task
expert_instruction
Labeling instructions in HTML format
is_draft
Whether or not the project is in the middle of being created
is_published
Whether or not the project is published to annotators
label_config
Label config in XML format. See more about it in documentation
maximum_annotations
Maximum number of annotations for one task. If the number of annotations per task is equal or greater to this value, the task is completed (is_labeled=True)
min_annotations_to_start_training
Minimum number of completed tasks after which model training is started
model_version
Machine learning model version
organization
overlap_cohort_percentage
pinned_at
Pinned date and time
reveal_preannotations_interactively
Reveal pre-annotations interactively
sampling
show_annotation_history
Show annotation history to annotator
show_collab_predictions
If set, the annotator can view model predictions
show_ground_truth_first
show_instruction
Show instructions to the annotator before they start
show_overlap_first
skip_queue
task_data_login
Task data credentials: login
task_data_password
Task data credentials: password
title
Project name. Must be between 3 and 50 characters long.