Get Usage Trends
GET /v1/credits/usage/trends
Get usage trends over time.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| period | string | No | Time period for trends |
| granularity | string | No | Data granularity |
| X-API-Key | string | No |
Responses
200
Successful Response
{}
422
Validation Error
{
"$ref": "#/components/schemas/HTTPValidationError"
}