Skip to content

Get Usage Summary

GET
/usage/summary
curl --request GET \
--url 'https://api.mengi.cloud/usage/summary?period_days=30'

Get usage summary for the specified period.

period_days
Period Days
integer
default: 30
deployment_id
Any of:
string format: uuid

Successful Response

Media type application/json
Example generated
example

Validation Error

Media type application/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Example generated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}