v29

latestOpenAPI 3.1.0raw.githubusercontent.com2026-02-0286184235.0 KB
Annotation Queues

Annotation Queue Create

Create a new annotation queue.

post/annotation_queues

Request body

project_idstring required
namestring required
descriptionstring
scorer_refsstring[] required
wb_user_idstring nullable

Do not set directly. Server will automatically populate this field.

Example request

{
  "project_id": "entity/project",
  "name": "Error Review Queue",
  "description": "Review calls with exceptions",
  "scorer_refs": [
    "weave:///entity/project/scorer/error_severity:abc123",
    "weave:///entity/project/scorer/resolution_quality:def456"
  ]
}

Response

Successful Response

idstring required