Exportable compliance evidence report (html | json | csv)
GET
/v1/compliance/report
const url = 'https://api.monita.ai/v1/compliance/report?format=html&hours=168';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url 'https://api.monita.ai/v1/compliance/report?format=html&hours=168' \ --header 'Authorization: Bearer <token>'Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”format
string
hours
integer
Responses
Section titled “Responses”Report
Media typetext/html
string