Get audit logs
GET {{baseUrl}}/management/audit_logs
Get all audits
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
timePeriod | string | The last time period to fetch audit logs | |
cursor | string | The next id to start fetch audit logs from |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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"}