Find Queues for Source — API
Find all annotation queues containing a specific source item. Accepts source type, source UUID, or a JSON array of sources for multi-source lookup.
https://api.futureagi.com/model-hub/annotation-queues/for-source/ Authentication
Query parameters
The type of source (e.g. trace, observation_span, dataset_row). Required if sources is not provided.
The source object’s UUID. Required if sources is not provided.
JSON-encoded array of source objects for multi-source lookup. Each entry must have source_type and source_id. Example: [{"source_type":"trace","source_id":"uuid"}]. Use this instead of source_type/source_id for batch queries.
Response
200 OKAn array of queue entries the current user can annotate. Each entry has:
id, name, instructions, is_default. id, status, source_type. id, notes, annotator, created_at. Errors
Invalid or missing API credentials.
Unexpected server error.