Aurion Docs
Api

Usage Details

GET
/api/v1/usage/details
AuthorizationBearer <token>

In: header

Query Parameters

start_date?|
end_date?|
event_type?|
limit?integer
Default50
Range1 <= value <= 200
offset?integer
Default0
Range0 <= value
group_by?|

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/usage/details"
{
  "events": [
    {}
  ],
  "groups": [
    {}
  ],
  "limit": 0,
  "offset": 0,
  "total": 0
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}