메인 콘텐츠로 건너뛰기
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

프로젝트의 어노테이션 큐를 조회하는 요청

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

응답

성공 응답