Skip to main content

Reporting

Reporting APIs

Our Reporting APIs allow you to fetch various different reports. The Report APIs are available as a GraphQL API, which can be accessed as follows:

Endpoint: /v1/reporting/graphql

Method: POST

Headers:

HeaderValue
Content-Typeapplication/json
AuthorizationBearer access token

Request Body

NameTypeDescription
queryStringGraphQL queries formed for the report
operationNameString(Optional) Name of the operation to be executed. Only required if the query contains multiple operations.
variablesString(Optional) Variable values. Only required if variables are defined in the query.

Common Query Parameters

NameTypeDescription
startDateString(Optional) Resource Creation Time, ISO 8601 Date Time format.
endDateString(Optional) Resource Creation Time, ISO 8601 Date Time format.
limitNumberTotal records per page. Default: 500. Max: 10000.
offsetNumberNumber of records to skip.