QueryIngestionAnalytics returns total counts of events ingested into the cluster.

Returns success and error counts over the requested time range, grouped by the
requested dimensions. Dimensions are optional; an empty list returns a single
ungrouped total.
Rate limited to 10 requests per minute (burst of 5), shared with QueryDeliveryAnalytics;
exceeding the limit returns ResourceExhausted (HTTP 429).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
dimensions
array of strings | null

Dimensions group the results. Optional; an empty list returns a single ungrouped total.
Duplicates are ignored. Each count in the response carries one dimensions entry per
requested dimension. Events that fail ingestion before parsing may lack a write_key
and event_name; their counts group under empty values.
Allowed dimensions:

  • write_key (pipeline)
  • event_name (normalized, e.g. order_completed)
  • reason (populated for error counts; empty for successes)
dimensions
date-time | null

End of query range (exclusive)

object,null | protobuf.streamingpb.v1.IngestionStatFilters

Optional filters to narrow results. Filter fields combine with AND; values within a field with OR.

options
array of strings | null

Optional behaviors. INGESTION_ANALYTICS_OPTION_ACTIVE_PIPELINES: automatically filter to currently deployed pipeline write keys (mutually exclusive with write key filters).

options
Allowed:
date-time | null

Start of query range (inclusive)

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json