cURL
curl --request GET \ --url https://api.artosai.com/audit/logs \ --header 'Authorization: Bearer <token>'
{ "entries": [ {} ], "pagination": {}, "filters": {} }
Returns a paginated collection of audit log entries. Only administrators may access this endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter logs for a specific client or user ID.
Audit log entries