v5

latestOpenAPI 3.1.02026-08-04166362486.5 KB
stores

Get store event histogram

Get histogram of store events over time.

Args: store_identifier: The ID or name of the store. histogram_params: Parameters for histogram generation.

Returns: StoreEventHistogramResponse: The event histogram.

post/v1/stores/{store_identifier}/events/histogram

Path parameters

string required
OR
string uuid required

The ID or name of the store

Request body

start_timestring date-time

Start time of the histogram

end_timestring date-time

End time of the histogram

bucket_secondsinteger

Number of seconds in each bucket

event_typesstring[] nullable

Restrict the histogram to these event types. When omitted, includes search, agentic_search, grep, and ingestion events.

Response

Histogram of store events over time

object'store.histogram'

The object type of the response