Accelerate the Value of Data

Tenant Queue Status API

Learn about retrieving all events using the Tenant Queue Status API.

Use the Tenant Queue Status API to check the event count to compare to your Snowflake count. If it is 0, the data is synchronized.
Note: The count may have a value even though the sync processing is complete. That may be due to ongoing activity in the tenant.

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.