Skip to main content

Get event volume

This endpoint returns the event volume for an account in a paginated list format.

The event volume is aggregated by the hour and the timestamp field is used to determine which hour an event is associated with. Note, this means that late-arriving events increment the volume count for the hour window the timestamp is in, not the latest hour window.

Each item in the response contains the count of events aggregated by the hour where the start and end time are hour-aligned and in UTC. When a specific timestamp is passed in for either start or end time, the response includes the hours the timestamp falls in.

Query Parameters
    limit integer

    Possible values: >= 1 and <= 1000

    Default value: 20

    cursor string
    timeframe_start date-time
    timeframe_end date-time
Responses

OK

Response Headers

    Schema
      data object[] required
    • Array [
    • timeframe_start date-time required
      timeframe_end date-time required
      count integer required

      The number of events ingested with a timestamp between the timeframe

    • ]
    Loading...