# Get Specific Report Use this API to retrieve a specific report. Specify the report using the group parameter. Endpoint: GET /api/{version}/report/{group} Version: 1.0.0 Security: FNO_Credentials ## Path parameters: - `version` (string, required) - `group` (string, required) Report Name. Example: "account" ## Query parameters: - `mode` (string) Either batch or interactive. Default: batch. - `format` (string) Format of the resulting report {json|csv}. Default: json. - `pastDays` (integer) Return data for the past X days {[1-30]}. Default: 1. - `limitRecords` (integer) Limit the number of records returned {[1-2500]}. Default: 500. - `pageNumber` (integer) Return a specific page {minimum value is 1}. Default: 1. - `dateFrom` (string) Report start date {yyyy-MM-dd}. Example: 2019-01-10. - `dateTo` (string) Report end date {yyyy-MM-dd}. Example: 2019-01-10. - `query` (string) Optional filters based on the specific group (report name). Example: {"accountId" : { "$eq" : "test"}} ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields