Fetch a list of Report queries

Query Params
string

In version 2023-05-26 of the API, query results are included by default in the reporting query results field.
However, this can lead to timeouts when retrieving queries with large resultsets.

To improve performance and prevent timeouts, exclude results by adding the query parameter: omit_results=true and fetch results from the paginated endpoint (see below).

Note: The results field is deprecated and will be removed in a future API version.

For paginated access to query results, use the dedicated endpoint:

/reporting/queries/{queryId}/results
string

Specify the cursor to begin returning results from

int32
1 to 100
Defaults to 25

Specify the number of records to return in each response.

Headers
string
Defaults to 2023-05-26

Specify the API version to be used

Responses

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