Api
Usage Details
AuthorizationBearer <token>
In: header
Query Parameters
start_date?|
end_date?|
event_type?|
limit?integer
Default
50Range
1 <= value <= 200offset?integer
Default
0Range
0 <= valuegroup_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"
}
]
}