Skip to main content
POST
Annotation Queues Query Stream

Body

application/json

Request to query annotation queues for a project.

project_id
string
required
Example:

"entity/project"

name
string | null

Filter by queue name (case-insensitive partial match)

Example:

"Error"

sort_by
SortBy · object[] | null

Sort by multiple fields (e.g., created_at, updated_at, name)

limit
integer | null
Example:

10

offset
integer | null
Example:

0

Response

Successful Response