Annotation Queues
Query items from an annotation queue
Queries items from the specified annotation queue. Items whose span no longer exists are skipped.
get/v2/annotation-queues/{annotation_queue_id}/items
Path parameters
annotation_queue_idstring required
Query parameters
limitinteger
Optional. Number of items to return. Defaults to 10 and must be between 1 and 200.
starting_afterstring
Cursor for forward pagination. Set to the _id of the last item from the previous page.
ending_beforestring
Cursor for backward pagination. Set to the _id of the first item from the previous page.
Response
OK