Skip to main content
GET
List charged operations for the project
Returns charged operations only. Failed and fully released jobs do not appear in usage.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

from
string<date-time>
to
string<date-time>
model
string
Required string length: 2 - 120

Response

Default Response

object
enum<string>
required
Available options:
list
operation_count
integer
required
charged_amount
string
required
Pattern: ^[0-9]+\.[0-9]{4}$
currency
enum<string>
required
Available options:
USD
data
object[]
required
Last modified on September 17, 2026