AurionAI Docs

List Audit Logs

Query audit logs with optional filters.

GET
/api/v1/configuration/audit-logs

Query audit logs with optional filters.

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

date_from?|null
date_to?|null
user_id?string|null
resource_type?string|null
action?string|null
limit?Limit
Default50
Rangevalue <= 100
offset?Offset
Default0
Range0 <= value

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/configuration/audit-logs"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}