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,
  "points": [
    {
      "event_count": 123,
      "timestamp": "<string>"
    }
  ],
  "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>*

Query Parameters

window_size
string

Window size for time series data (e.g., 'HOUR', 'DAY') - optional

Response

OK

consumption_lag
integer
points
object[]
post_processing_lag
integer
total_count
integer