Get project by ID
Retrieve information about a project by project ID.
JSON-formatted labeling configuration
Methodology (Consensus / Pairwise Averaging)
consensus - Consensuspairwise - Pairwise AveragingContinuous Evaluation: Required tasks
Onboarding Evaluation: Required tasks
Dict of weights for each control tag in metric calculation. Keys are control tag names from the labeling config. At least one tag must have a non-zero overall weight.
Task reservation time. TTL in seconds (UI displays and edits this value in minutes).
Reveal pre-annotations interactively
Sequential sampling - Tasks are ordered by Data manager orderingUniform sampling - Tasks are chosen randomlyUncertainty sampling - Tasks are chosen according to model uncertainty scores (active learning mode)Use predictions to pre-label Tasks
Show only columns used in labeling configuration to Annotators. API uses inverse field semantics here: set false to show only used columns, set true to show all task.data columns.
REQUEUE_FOR_ME - Requeue for meREQUEUE_FOR_OTHERS - Requeue for othersIGNORE_SKIPPED - Ignore skippedOnboarding mode (true): show ground truth tasks first in the labeling stream
curl https://label-studio-host/api/projects -H “Authorization: Token [your-token]”