메인 콘텐츠로 건너뛰기
GET
/
annotation_queues
/
{queue_id}
어노테이션 큐 읽기
curl --request GET \
  --url https://api.example.com/annotation_queues/{queue_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "queue": {
    "id": "<string>",
    "project_id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "scorer_refs": [
      "<string>"
    ],
    "created_at": "2023-11-07T05:31:56Z",
    "created_by": "<string>",
    "updated_at": "2023-11-07T05:31:56Z",
    "deleted_at": "2023-11-07T05:31:56Z"
  }
}

인증

Authorization
string
header
필수

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

경로 매개변수

queue_id
string
필수

쿼리 매개변수

project_id
string
필수

응답

성공 응답

어노테이션 큐 읽기 응답

queue
AnnotationQueueSchema · object
필수

어노테이션 큐 응답 스키마