Audit Logs
Get a list of audit logs
get/audit_logs
Query parameters
pageinteger
The page which should be returned
per_pageinteger
The number of returned items
start_timestring
Example:2022-09-12T12:48:48.000Z
Date and time from which the logs are included
end_timestring
Example:2022-09-15T12:48:48.000Z
Date and time to which the logs are included
actor_user_idstring uuid4
Example:c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c
Only audit logs with the specified user_id are included
actor_emailstring email
Example:example@example.com
Only audit logs with the specified email are included
Only audit logs with the specified ip address are included
qstring
Example:example.com
Only audit logs are included when the search string matches values in meta_source_ip or actor_user_id or actor_email
typeAuditLogTypes[]
Only audit logs with the specified type are included
Response
Details about audit logs
Example response
[
{
"id": "c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c",
"meta_http_request_id": "0a2xsrhlhiQv49FIpq8KV8uQVq6ky9Bw",
"meta_source_ip": "172.27.0.1",
"actor_user_id": "c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c",
"created_at": "2022-09-14T12:15:09.788784Z"
}
]