Aurion Docs
Api

Get Audit Log

Get a single audit log entry.

GET
/api/v1/configuration/audit-logs/{log_id}

Get a single audit log entry.

AuthorizationBearer <token>

In: header

Path Parameters

log_id*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/configuration/audit-logs/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}