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>"
}
]
}프로젝트의 어노테이션 큐를 조회합니다 (스트리밍 NDJSON 응답).
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>"
}
]
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
성공 응답