Skip to main content
GET
Get Usage

Get Usage

Retrieve aggregate usage statistics for your account, including total tasks created and credits consumed.

Request

Headers

x-api-key
string
required
Your API key.

Response

code
number
HTTP status code (200 on success).
data
object
tasks_created
number
Total number of tasks you have created (all statuses).
credits_used
number
Total credits consumed by all tasks.
credits_topped_up
number
Total credits added to your account via top-ups.

Example response

200

Code examples

Errors