Execute report query

Execute a stored report query synchronously and get result table. The number of records that you receive as results is limited to a reasonable amount (currently 5000 records). This endpoint is mainly for viewing the data. Use the export endpoints in order to fetch all results.

Path Params
string
required

The resource's identifier.

Query Params
preview
object
Body Params

Report query payload

parameters
array of objects | null
parameters
settings
object | null
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

402

Resource can not be accessed because you exceeded the credit limit.

403

Unable to authorize the client

404

Resource was not found or not enough access privileges

415

Resource representation send in the request is not supported.

429

Too many API calls made.

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