Aurion Docs
Api

List Audit Logs

Query audit logs with optional filters.

GET
/api/v1/configuration/audit-logs

Query audit logs with optional filters.

AuthorizationBearer <token>

In: header

Query Parameters

date_from?|
date_to?|
user_id?|
resource_type?|
action?|
limit?integer
Default50
Rangevalue <= 100
offset?integer
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"
    }
  ]
}