Get audit logs

GET {{baseUrl}}/management/audit_logs

Get all audits

Request Params

KeyDatatypeRequiredDescription
timePeriodstringThe last time period to fetch audit logs
cursorstringThe next id to start fetch audit logs from

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":[{"id":"\u003cstring\u003e","timestamp":"\u003cstring\u003e","createdAt":"\u003cstring\u003e","user":"\u003cstring\u003e","subject":"\u003cstring\u003e","event":"\u003cstring\u003e","tenantId":"\u003cstring\u003e","userId":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","timestamp":"\u003cstring\u003e","createdAt":"\u003cstring\u003e","user":"\u003cstring\u003e","subject":"\u003cstring\u003e","event":"\u003cstring\u003e","tenantId":"\u003cstring\u003e","userId":"\u003cstring\u003e"}],"cursor":"\u003cstring\u003e","total":"\u003cnumber\u003e"}