AurionAI Docs

Get Ai Automation Metrics

AI automation metrics aggregated over the last N days (default 30).

GET
/api/ai-automation/metrics

AI automation metrics aggregated over the last N days (default 30).

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

days?Days
Default30

Response Body

application/json

application/json

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