Annotation Queues

Search annotation queue items

Returns queue membership metadata — how each item got into the queue — for the given item ids. A lookup rather than a listing: the caller renders the items table from the traces or threads API with its own sort and filters, so it asks for exactly the ids it is displaying. Ids that are not in the queue are omitted.

post/v1/private/annotation-queues/{id}/items/search

Path parameters

idstring uuid required

Request body

idsstring[] required

Response

Annotation queue items

Changes