Skip to main content
GET
Get workspace usage

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Response

200 - application/json
credits_used
number
required

API credits consumed in the current billing period

Example:

1204

credits_limit
number
required

API credit limit for the current billing period

Example:

1000000

credits_remaining
number
required

Credits left before requests are rate limited

Example:

998796

reset_date
string
required

When the credit counter resets — start of the next billing period (UTC, ISO 8601)

Example:

"2026-08-01T00:00:00.000Z"

by_family
object[]
required

Credits and request counts grouped by operation family

by_route
object[]
required

Credits and request counts grouped by exact route

Last modified on July 22, 2026