Lists statistics measurement data from search indexes over the specified period.

Behavior: Queries the search indexes for measurement data matching the specified period and measurement types in the request model, and returns the results as graph-ready data.

Authorization: Requires an authenticated user via the class-level [Authorize] attribute.

Side Effects: None. This is a read-only operation.

Error Scenarios: Returns 400 if the request model is invalid or the measurement retrieval fails.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

A model containing period and measurements to retrieve.

Represents a request for statistics data over a date range with specified measurements and grouping options.

date-time | null

Gets or sets the start date of the statistics query period.

date-time | null

Gets or sets the end date of the statistics query period.

measurements
array of objects | null

Gets or sets the list of measurement requests specifying which metrics to retrieve.

measurements
Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

401

Unauthorized. The caller must provide a valid Bearer token.

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