AurionAI Docs

List Audit Logs

GET
/api/v1/audit/logs

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

date_from?|null
date_to?|null
tenant_id?|null
user_id?string|null
resource_type?string|null
action?string|null
limit?Limit
Default50
Rangevalue <= 200
offset?Offset
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"
    }
  ]
}