Tenant Queue Status API
Learn about retrieving all events using the Tenant Queue Status API.
Request
GET {{hub-url}}/status/tenant/{{tenantID}}/details
Where hub-url is your tenant environment-data-pipeline-hub.reltio.com.
Response
Returns the event count for a tenant ID.
Sample Request
GET {{test-usg-data-pipeline-hub.reltio.com}}/status/tenant/{tenantId}/_eventMonitoring
Sample Response
{
"count": 14,
"update_timestamp": 1665406253499
}
The count value must be �
once the processing is completed.