Aurion Docs
Api

List Audit Logs

GET
/api/v1/audit/logs
AuthorizationBearer <token>

In: header

Query Parameters

date_from?|
date_to?|
tenant_id?|
user_id?|
resource_type?|
action?|
limit?integer
Default50
Rangevalue <= 200
offset?integer
Default0
Range0 <= value

Response Body

application/json

application/json

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