Aurion Docs
Api

Export Audit Logs

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

In: header

Query Parameters

date_from?|
date_to?|
tenant_id?|
user_id?|
resource_type?|
action?|
format?string
Default"csv"
Value in"csv" | "json"

Response Body

application/json

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