get
https://{companyDomain}.bamboohr.com/api/v1/custom-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.
