Get integration events statistics
GET/v1/integration/events/stats
How far behind your queue is: how many events are pending, the age of the oldest one, and the poll interval RCM recommends. Use it to monitor lag and to back off when the queue is empty.
pending_count counts events in PENDING and IN_PROGRESS, so it includes batches currently claimed but not yet acknowledged. The recommended interval is 10s when the backlog is empty, 5s normally, and 1s when the oldest event is over 60s old.
Responses
- 200
- 401
- 403
- 500
Current queue statistics for your provider.
Unauthorized — token missing, invalid or expired.
Forbidden — your credentials are not authorised for this operation.
Internal Server Error