Generate/Fetch a report
GET
https://api.cloudharness.com
/v1/reports/{report_name}
Generates a report based on the specified report name. This endpoint may make multiple internal API calls and perform data collation. Reports may take time to generate and could be processed asynchronously.
path Parameters
report_namestring · requiredName identifying the type of report to generate
query Parameters
start_datestring · dateStart date for the report period (ISO 8601 format)
end_datestring · dateEnd date for the report period (ISO 8601 format)
formatstring · enumOutput format for the report (defaults to JSON)
Enum values:jsoncsvxlsxDefault: json
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Report generated successfully
successboolean · requiredmetadataobject · requiredstatusstring · requiredDescriptive status message
dataobject