List Reports

Returns a paginated list of saved custom reports available in the account. Each report entry contains an id (integer) and a name (string). Pass a report's id to "Get Report by ID" to execute it and retrieve its data.

Results default to page 1 with 500 records per page (maximum 1000). Out-of-range page numbers are clamped to the nearest valid page rather than returning an error. Invalid or zero values for page and page_size fall back to their defaults.

The pagination object includes total_records, current_page, total_pages, and nullable next_page/prev_page links. When there is no next or previous page the corresponding value is null.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
≥ 1
Defaults to 1

The page number to retrieve. Out-of-range values are clamped to the nearest valid page. Defaults to 1.

integer
1 to 1000
Defaults to 500

The number of records to retrieve per page. Defaults to 500. Maximum is 1000.

Responses

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