Retrieve a report's data

Retrieves the data and results for a specific report, including all rows and calculated values. This endpoint returns a maximum of 200 data rows per request. For reports exceeding this limit, use the offset query parameter to retrieve all data through multiple requests. The offset value represents which page of results to return, starting at 0 for the first page. For example, a report with 450 rows requires three API calls: the first with offset=0 returns rows 1-200, the second with offset=1 returns rows 201-400, and the third with offset=2 returns the remaining rows 401-450. Continue incrementing the offset until you receive fewer than 200 rows, indicating you've reached the end of the dataset.

Path Params
required
Query Params
string
^[0-9]+$

The number of records to be returned in a single API Request.

string
^[0-9]+$

Used to paginate through a list of records. Can be combined with limit. Increment the value by one to fetch subsequent pages (1 for the second page, 2 for the third, etc.).

Responses

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