Get the usage for a client.
GET/usage/
Get the usage for a client.
Responses
- 200
Default Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
clientId string
usage
object[]
month string
totalJobs number
totalMinutes number
{
"clientId": "string",
"usage": [
{
"month": "string",
"totalJobs": 0,
"totalMinutes": 0
}
]
}
Loading...