list itemspost https://api-examples.tamr.cloud/api/v1alpha2/projects/{projectId}/queues/{queueId}/items:listList items in a queue.Path ParamsprojectIdstringrequiredRequired. The project to list items from.queueIdstringrequiredRequired. The queue to list items from.Body ParamspageSizeint32Optional. The maximum number of items to return. Default is 10, and the maximum allowed is 100.pageTokenstringOptional. The next_page_token value returned from a previous response. Set this value to continue paging.filterobjectOptional. Filter criteria for the items.filter objectResponse 200A successful response.Updated 2 months ago