Execute OData query
Executes an OData query for events
Path parameters
Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
The name of the resource group to get. The name is case insensitive.
Name of the Application Insights application.
The type of events to query; either a standard event type (traces, customEvents, pageViews, requests, dependencies, exceptions, availabilityResults) or $all to query across all event types.
Query parameters
Optional. The timespan over which to retrieve events. This is an ISO8601 time period value. This timespan is applied in addition to any that are specified in the Odata expression.
An expression used to filter the returned events
A free-text search expression to match for whether a particular event should be returned
A comma-separated list of properties with "asc" (the default) or "desc" to control the order of returned events
Limits the properties to just those requested on each returned event
The number of items to skip over before returning events
The number of events to return
Format for the returned events
Request a count of matching items included with the returned events
An expression used for aggregation over returned events
Client API version.
Response
Successful response