AurionAI Docs

Delivery Log Stats

Get delivery log statistics (counts by status).

GET
/api/v2/notifications/delivery-log/stats

Get delivery log statistics (counts by status).

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

date_from?string|null
date_to?string|null

Response Body

application/json

application/json

curl -X GET "https://loading/api/v2/notifications/delivery-log/stats"
{
  "property1": 0,
  "property2": 0
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}