Skip to main content

Monitor Queries

GET 

/monitoring/queries/orgId/:orgId

Get a list of queries for the purpose of monitoring query volume and performance. The result set size is limited to the minimum of maxInboundQueries or the global system limit. See the Query Monitoring documentation for a detailed description of the response fields.

Request

Path Parameters

    orgId stringrequired

    The Organization ID (UUID) for which you are querying. (Required)

Query Parameters

    queryStartTimeFrom date-timerequired

    Return records with query start time timestamps greater or equal to this value. (Required) Example value: 2018-12-06T22:48:29.698Z

    queryStartTimeTo date-time

    Return records with query start time timestamps less than this value. If missing, no less-than constraint is applied to the query start time. (Optional) Example value: 2018-12-06T22:48:29.698Z

    maxInboundQueries integerrequired

    The response record limit (in-bound queries). The actual number of returned records is the minimum of this value and the system max limit. (Required)

    includeQueryText boolean

    If true return the query text in the API response. If False, the query text is omitted. Default is False. (Optional)

Responses

Success.

Schema

    any

Loading...