---
title: "Get account activity"
method: GET
path: "/v1/account/activity"
tags: ["Accounts"]
---

# Get account activity

`GET /v1/account/activity`

Returns account usage, billing estimate, pricing, and recommended next actions for the authenticated account.

## Response `200`

Account activity loaded.

- AccountActivityResponse — Account-wide activity response optimized for humans and agents.
  - `profile` AccountProfileResponse, required — Authenticated account profile.
    - `accountId` string, required
    - `email` string, email, required
    - `provider` 'github' | 'google' | 'email', required
    - `plan` 'unpaid' | 'plus' | 'pro' | 'max', required
    - `displayName` string, nullable, required
  - `usage` AccountOverviewUsage, required — Current account usage totals.
    - `meters` AccountUsageMeters, required — Rolling account usage-meter windows keyed by stable meter name.
      - `hour` object, required — Rolling one-hour account usage meters.
      - `day` object, required — Rolling 24-hour account usage meters.
      - `week` object, required — Rolling seven-day account usage meters.
      - `twoWeeks` object, required — Rolling 14-day account usage meters.
      - `month` object, required — Rolling 30-day account usage meters.
      - `quarter` object, required — Rolling 90-day account usage meters.
  - `pricing` PlanPricing, required — Customer-visible scraper subscription pricing and monthly balance.
    - `subscriptionUsdCentsPerMonth` integer, required — Monthly subscription price in USD cents.
    - `planBalanceUsdCentsPerMonth` integer, required — Paid account balance granted by the monthly subscription, in USD cents.
    - `bonusBalanceUsdCentsPerMonth` integer, required — Bonus account balance granted above the paid plan balance, in USD cents.
    - `includedBalanceUsdCentsPerMonth` integer, required — Total monthly account balance granted by the plan, in USD cents.
    - `paidOveragesEnabled` boolean, required — Whether paid usage above available balance is enabled.
  - `billingEstimate` UsageCostEstimate, required — Conservative current-month scraper cost estimate for agent planning.
    - `currency` string, required
    - `plan` 'unpaid' | 'plus' | 'pro' | 'max', required
    - `paidOveragesEnabled` boolean, required
    - `subscriptionUsdMicrosPerMonth` integer, required
    - `planBalanceUsdCentsPerMonth` integer, required
    - `bonusBalanceUsdCentsPerMonth` integer, required
    - `includedBalanceUsdCentsPerMonth` integer, required
    - `topUpBalanceUsdMicros` integer, required
    - `topUpMinimumUsdCents` integer, required
    - `topUpMaximumUsdCents` integer, required
    - `topUpExpiresAfterInactiveDays` integer, required
    - `autoTopUpEnabled` boolean, required
    - `autoTopUpThresholdUsdCents` integer, required
    - `autoTopUpAmountUsdCents` integer, required
    - `autoTopUpMonthlyLimitUsdCents` integer, required
    - `currentMonthBonusBalanceUsedUsdMicros` integer, required
    - `currentMonthPlanBalanceUsedUsdMicros` integer, required
    - `currentMonthTopUpBalanceUsedUsdMicros` integer, required
    - `currentMonthOverageUsdMicros` integer, required
    - `estimatedMonthlyTotalUsdMicros` integer, required
    - `lineItems` UsageCostLineItem[], required
      - `product` string, required
      - `meter` string, required
      - `currentMonthUsed` integer, required
      - `includedPerMonth` integer, nullable, required
      - `billableAmount` integer, required
      - `usageUnit` string, required
      - `billingUnit` string, required
      - `billingUnitSize` integer, required
      - `priceUsdMicrosPerBillingUnit` integer, nullable, required
      - `estimatedUsdMicros` integer, required
      - `estimateBasis` string, required
      - `rounding` string, required
    - `nextActions` string[], required
  - `nextActions` string[], required

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `429` — Too many requests.
- `500` — Internal server error.

## Changes

- **2026-07-02** `c7b37eaf7c38` — 3 breaking, 2 warning, 6 info
  - removed the required property `activity` from the response with the `200` status
  - removed the required property `nextCursor` from the response with the `200` status
  - removed the required property `ok` from the response with the `200` status
  - deleted the `query` request parameter `cursor`
  - …7 more
- **2026-06-05** `3985c6090c91` — 26 breaking, 5 warning, 78 info
  - for the `query` request parameter `cursor`, the minLength was increased from `0` to `1`
  - the response property `checkout_url` became nullable for the status `400`
  - the response property `checkout_url` became nullable for the status `401`
  - the response property `checkout_url` became nullable for the status `429`
  - …105 more
- **2026-06-02** `830163d2c8bf` — 1 info
  - added the required property `services/items/capabilities` to the response with the `200` status
- **2026-06-02** `21e61108d013` — 2 info
  - added the required property `services/items/kind` to the response with the `200` status
  - added the required property `services/items/resources` to the response with the `200` status
- **2026-06-02** `f9083168fd3e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tovuk/apis/tovuk-api/changes/v1/account/activity/get.md)

---

[API](https://skmtc.dev/tovuk/apis/tovuk-api.md) · [All operations](https://skmtc.dev/tovuk/apis/tovuk-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tovuk/tovuk-api/revisions/ef06c3a9c42b/schema)
