AurionAI Docs

Get Resolution Audit

Recent AI resolution audit log rows (newest first).

GET
/api/ai-automation/resolution/audit

Recent AI resolution audit log rows (newest first).

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

limit?Limit
Default20

Response Body

application/json

application/json

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