Skip to main content
GET
/
audit
/
logs
Fetch audit logs (admin only)
curl --request GET \
  --url https://api.artosai.com/audit/logs \
  --header 'Authorization: Bearer <token>'
{
  "entries": [
    {}
  ],
  "pagination": {},
  "filters": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

clientId
string

Filter logs for a specific client or user ID.

startTime
string<date-time>
endTime
string<date-time>
actionType
string
category
string
page
integer
limit
integer

Response

200 - application/json

Audit log entries

entries
object[]
pagination
object
filters
object