Skip to main content
GET
List Usage

Authorizations

Authorization
string
header
required

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

Headers

X-Application-Id
string

Scopes the request to a Terminal application in the caller's organization. Required for multi-application organizations when using a user session or OAuth access token. API keys are already bound to a single application.

Query Parameters

month
string
required

ISO month to retrieve usage for, in YYYY-MM format. ISO month in YYYY-MM format

Pattern: ^\d{4}-(0[1-9]|1[0-2])$
Example:

"2025-08"

cursor
string<cursor>

Pagination cursor to start requests from

Example:

"cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw"

Response

OK

Billable usage for an application in an ISO month.

results
Usage Row · object[]
required
next
string<cursor>