Skip to main content
GET
/
events
/
monitoring
Get monitoring data
curl --request GET \
  --url https://api.cloud.flexprice.io/v1/events/monitoring \
  --header 'x-api-key: <api-key>'
{
  "consumption_lag": 123,
  "post_processing_lag": 123,
  "total_count": 123
}

Authorizations

x-api-key
string
header
required

Enter your API key in the format x-api-key <api-key>*

Response

OK

consumption_lag
integer
post_processing_lag
integer
total_count
integer