Skip to main content
GET
/
usage
List Usage
curl --request GET \
  --url https://api.withterminal.com/tsp/v1/usage \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "connection": "conn_01GV12VR4DJP70GD1ZBK0SDWFH",
      "vehicle": "vcl_01D8ZQFGHVJ858NBF2Q7DV9MNC",
      "backfillUnitCount": 2
    }
  ],
  "next": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.withterminal.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

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>