List Queues

List annotation queues with optional filtering and pagination.

GET https://api.futureagi.com/model-hub/annotation-queues/

Authentication

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Query parameters

status string Optional

Filter by queue status

search string Optional

Search queues by name

include_counts boolean Optional

Include item status counts (default: true)

page integer Optional

Page number for pagination

page_size integer Optional

Number of results per page

GET /
Authentication
REQUEST
 
RESPONSE