POST
/v1/private/annotation-queues/{id}/items/searchSearch annotation queue itemsReturns 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.
Parameters
idstring · uuidpathrequiredRequest body
application/json
objectAnnotationQueueItemIds_Public
idsarray of string · uuidrequiredShow child attributes
{
"ids": [
"00000000-0000-0000-0000-000000000000"
]
}Responses
objectAnnotationQueueItems_Public
contentarray of objectShow child attributes
Show array items
idstring · uuidsourcestring{
"content": [
{
"id": "00000000-0000-0000-0000-000000000000",
"source": "automated"
}
]
}objectErrorMessage_Public
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}