Transactions summary
GET/v2/studio/transactions/summary
Credits used in a date range.
Request
Query Parameters
endDate stringrequired
Inclusive range end (ISO 8601).
startDate stringrequired
Inclusive range start (ISO 8601).
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
creditsUsed number
Total credits used in the range.
refreshSpent number
Credits spent from the refresh bucket.
extraSpent number
Credits spent from the extra bucket.
{
"creditsUsed": 0,
"refreshSpent": 0,
"extraSpent": 0
}
Loading...