API ReferenceProjects

Get project by ID

GET

Retrieve information about a specific project by project ID. The project ID can be found in the URL when viewing the project in Label Studio, or you can retrieve all project IDs using List all projects.

Path parameters

idintegerRequired
A unique integer value identifying this project.

Response

This endpoint returns an object
id
integerOptional
title
stringOptional
Project name. Must be between 3 and 50 characters long.
description
stringOptional
Project description
label_config
stringOptional
Label config in XML format. See more about it in documentation
expert_instruction
stringOptional
Labeling instructions in HTML format
show_instruction
booleanOptional
Show instructions to the annotator before they start
show_skip_button
booleanOptional
Show a skip button in interface and allow annotators to skip the task
enable_empty_annotation
booleanOptional
Allow annotators to submit empty annotations
show_annotation_history
booleanOptional
Show annotation history to annotator
organization
integerOptional
color
stringOptional
maximum_annotations
integerOptional

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)

is_published
booleanOptional
Whether or not the project is published to annotators
model_version
stringOptional
Machine learning model version
is_draft
booleanOptional
Whether or not the project is in the middle of being created
created_by
objectOptional
Project owner
created_at
datetimeOptional
min_annotations_to_start_training
integerOptional
Minimum number of completed tasks after which model training is started
start_training_on_annotation_update
stringOptional
Start model training after any annotations are submitted or updated
show_collab_predictions
booleanOptional
If set, the annotator can view model predictions
num_tasks_with_annotations
integerOptional
Tasks with annotations count
task_number
integerOptional
Total task number in project
useful_annotation_number
integerOptional

Useful annotation number in project not including skipped_annotations_number and ground_truth_number. Total annotations = annotation_number + skipped_annotations_number + ground_truth_number

ground_truth_number
integerOptional
Honeypot annotation number in project
skipped_annotations_number
integerOptional
Skipped by collaborators annotation number in project
total_annotations_number
integerOptional

Total annotations number in project including skipped_annotations_number and ground_truth_number.

total_predictions_number
integerOptional

Total predictions number in project including skipped_annotations_number, ground_truth_number, and useful_annotation_number.

sampling
enumOptional
Allowed values: Sequential samplingUniform samplingUncertainty sampling
show_ground_truth_first
booleanOptional
show_overlap_first
booleanOptional
overlap_cohort_percentage
integerOptional
task_data_login
stringOptional
Task data credentials: login
task_data_password
stringOptional
Task data credentials: password
control_weights
map from strings to anyOptional
Dict of weights for each control tag in metric calculation. Each control tag (e.g. label or choice) will have it's own key in control weight dict with weight for each label and overall weight.For example, if bounding box annotation with control tag named my_bbox should be included with 0.33 weight in agreement calculation, and the first label Car should be twice more important than Airplaine, then you have to need the specify: {'my_bbox': {'type': 'RectangleLabels', 'labels': {'Car': 1.0, 'Airplaine': 0.5}, 'overall': 0.33}
parsed_label_config
map from strings to anyOptional
JSON-formatted labeling configuration
evaluate_predictions_automatically
booleanOptional
Retrieve and display predictions when loading a task
config_has_control_tags
stringOptional
Flag to detect is project ready for labeling
skip_queue
enumOptional
Allowed values: REQUEUE_FOR_MEREQUEUE_FOR_OTHERSIGNORE_SKIPPED
reveal_preannotations_interactively
booleanOptional
Reveal pre-annotations interactively
pinned_at
datetimeOptional
Pinned date and time
finished_task_number
integerOptional
Finished tasks
queue_total
stringOptional
queue_done
stringOptional