Get Usage History
GET /v1/credits/usage
Get user's credit usage history.
Parameters
Name | Type | Required | Description |
---|---|---|---|
period | string | No | |
usage_type | string | No | |
limit | integer | No | |
X-API-Key | string | No |
Responses
200
Successful Response
{
"type": "array",
"items": {
"$ref": "#/components/schemas/CreditUsageResponse"
},
"title": "Response Get Usage History V1 Credits Usage Get"
}
422
Validation Error
{
"$ref": "#/components/schemas/HTTPValidationError"
}