메인 콘텐츠로 건너뛰기
POST
/
annotation_queues
/
query
주석 큐 쿼리 스트림
curl --request POST \
  --url https://api.example.com/annotation_queues/query \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "project_id": "<string>",
  "name": "Error",
  "sort_by": [
    {
      "field": "<string>",
      "direction": "asc"
    }
  ],
  "limit": 10,
  "offset": 0
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

인증

Authorization
string
header
필수

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

본문

application/json

프로젝트의 annotation 대기열을 조회하는 요청입니다.

project_id
string
필수
예시:

"entity/project"

name
string | null

큐 이름(대소문자 무시, 부분 일치)으로 필터링합니다.

예시:

"Error"

sort_by
SortBy · object[] | null

여러 필드로 정렬합니다(예: created_at, updated_at, name).

limit
integer | null
예시:

10

offset
integer | null
예시:

0

응답

성공 응답