Get Monthly Credit Consumption
Return the monthly aggregation of allocated vs consumed credits for a contract, within the requested time range, ordered by month DESC.
Months with no activity are omitted.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Query Parameters
Section titled “Query Parameters ”Filter results by backend type
Filter results by backend type
Start of the time range (inclusive) for the aggregation
Start of the time range (inclusive) for the aggregation
End of the time range (exclusive) for the aggregation
End of the time range (exclusive) for the aggregation
Responses
Section titled “ Responses ”Successful Response
Represents a response with either a list of items or a single item in a single page.
Generic Parameters:
- A (TypeVar): The type bound to this class, which can be a single BaseModel,
a list of BaseModels, or None.
Usage:
- To respond with an unpaginated list of FooResponse items
from an API endpoint, ensure that your function
returns NonPaginatedResponse[List[FooResponse]].
- To respond with a single `FooResponse` item from an API endpoint,
make sure that your function returns `NonPaginatedResponse[FooResponse]`
and that Python recognizes it.object
object
Validation Error
