# Get Reports Get existing reports Endpoint: GET /reports Version: v1 Security: bearerAuth ## Query parameters: - `reportId` (integer) ID of the Report to be used in search Example: 1 - `offset` (integer) Index of the page to start with - `limit` (integer) Number Of Records to fetch - `name` (string) Name of the Report to be used in search - `path` (string) Path of the Script to be used in search - `enabled` (boolean) Enabled status of the Report to be used in search - `default` (boolean) Default status of the Report to be used in search - `order` (integer) Order of the Report to be used in search (Example: 1) ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 500 fields