Annotation Queues Query Stream
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>"
}
],
"limit": 10,
"offset": 0
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Annotation Queues Query Stream
Query annotation queues for a project (streaming NDJSON response).
POST
/
annotation_queues
/
query
Annotation Queues Query Stream
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>"
}
],
"limit": 10,
"offset": 0
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-dbrian-docs-2514-bedrock-agents.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Request to query annotation queues for a project.
Example:
"entity/project"
Filter by queue name (case-insensitive partial match)
Example:
"Error"
Sort by multiple fields (e.g., created_at, updated_at, name)
Show child attributes
Show child attributes
Example:
10
Example:
0
Response
Successful Response
Was this page helpful?
⌘I