Returns the remaining monthly explore budget per tracked account
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer ctgo_your_api_key_here |
| Field | Type | Description |
|---|---|---|
billingPeriodStart | string | ISO 8601 date, "trial", or "free" depending on subscription status |
accounts | array | Per-account explore budget breakdown |
accounts[].trackedXAccountId | integer | The tracked account ID |
accounts[].remaining | integer | Explores remaining this period |
accounts[].used | integer | Explores used this period |
accounts[].budget | integer | Total explore budget for the period |