Get account activity
Returns account usage, billing estimate, pricing, and recommended next actions for the authenticated account.
Response
Account activity loaded.
Example response
{
"profile": {
"accountId": "acct_123",
"email": "user@example.com",
"provider": "google",
"plan": "pro",
"displayName": null
},
"usage": {
"meters": {
"hour": {},
"day": {},
"week": {},
"twoWeeks": {},
"month": {
"scraper.tiktok.result_records": 1000,
"scraper.tiktok.cost_usd_micros": 1700000
},
"quarter": {}
}
},
"pricing": {
"subscriptionUsdCentsPerMonth": 2000,
"planBalanceUsdCentsPerMonth": 2000,
"bonusBalanceUsdCentsPerMonth": 0,
"includedBalanceUsdCentsPerMonth": 2000,
"paidOveragesEnabled": false
},
"billingEstimate": {
"currency": "USD",
"plan": "plus",
"paidOveragesEnabled": false,
"subscriptionUsdMicrosPerMonth": 20000000,
"planBalanceUsdCentsPerMonth": 2000,
"bonusBalanceUsdCentsPerMonth": 0,
"includedBalanceUsdCentsPerMonth": 2000,
"topUpBalanceUsdMicros": 0,
"topUpMinimumUsdCents": 2000,
"topUpMaximumUsdCents": 100000,
"topUpExpiresAfterInactiveDays": 365,
"autoTopUpEnabled": false,
"autoTopUpThresholdUsdCents": 500,
"autoTopUpAmountUsdCents": 2000,
"autoTopUpMonthlyLimitUsdCents": 100000,
"currentMonthBonusBalanceUsedUsdMicros": 0,
"currentMonthPlanBalanceUsedUsdMicros": 1700000,
"currentMonthTopUpBalanceUsedUsdMicros": 0,
"currentMonthOverageUsdMicros": 0,
"estimatedMonthlyTotalUsdMicros": 20000000,
"lineItems": [
{
"product": "tiktok",
"meter": "scraper_result_records",
"currentMonthUsed": 1000,
"includedPerMonth": null,
"billableAmount": 1000,
"usageUnit": "result",
"billingUnit": "result",
"billingUnitSize": 1,
"priceUsdMicrosPerBillingUnit": null,
"estimatedUsdMicros": 1700000,
"estimateBasis": "stored_scrape_requests",
"rounding": "actual_scraper_cost"
}
],
"nextActions": [
"plus scraper usage is within monthly balance. Bonus balance is spent before paid plan balance.",
"Fetch saved results or create another public-data scraper request when you need fresh data."
]
},
"nextActions": [
"Run `tovuk request results <request-id> --json` to fetch stored results.",
"Run `tovuk scraper list --json` before creating another paid scraper request."
]
}Changes
Changed in 5 of the 50 revisions of this API.29788
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ●
deleted the
queryrequest parametercursorrequest-parameter-removed
- ●
deleted the
queryrequest parameterlimitrequest-parameter-removed
- ○
api operation id
listAccountActivityremoved and replaced withgetAccountActivityapi-operation-id-removed
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
for the
queryrequest parametercursor, the minLength was increased from0to1request-parameter-min-length-increased
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became optional for the statusresponse-property-became-optional
- ▲
the response property
became optional for the statusresponse-property-became-optional
- ▲
the response property
became optional for the statusresponse-property-became-optional
- ▲
the response property
became optional for the statusresponse-property-became-optional
- ▲
the
response property's maxLength was unset from1000for the response statusresponse-property-max-length-unset
- ▲
the
response property's maxLength was unset from1000for the response statusresponse-property-max-length-unset
- ▲
the
response property's maxLength was unset from1000for the response statusresponse-property-max-length-unset
- ▲
the
response property's maxLength was unset from1000for the response statusresponse-property-max-length-unset
- ▲
the
response property's maxLength was unset from240for the response statusresponse-property-max-length-unset
- ▲
the
response property's maxLength was unset from240for the response statusresponse-property-max-length-unset
- ▲
the
response property's maxLength was unset from240for the response statusresponse-property-max-length-unset
- ▲
the
response property's maxLength was unset from240for the response statusresponse-property-max-length-unset
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ●
the optional response header
Retry-Afterremoved for the status200optional-response-header-removed
- ●
the optional response header
Retry-Afterremoved for the status400optional-response-header-removed
- ●
the optional response header
Retry-Afterremoved for the status401optional-response-header-removed
- ●
the optional response header
Retry-Afterremoved for the status500optional-response-header-removed
- ●
changed the pattern of the
queryrequest parametercursorfrom^[0-9A-Za-z_:-]{1,128}$to^[\s\S]{0,8192}$request-parameter-pattern-changed
- ○
api operation id
getAccountActivityremoved and replaced withlistAccountActivityapi-operation-id-removed
- ○
for the
queryrequest parameterlimit, the max was increased from200.00to1000.00request-parameter-max-increased
- ○
for the
queryrequest parametercursor, the maxLength was increased from128to512request-parameter-max-length-increased
- ○
removed the
database_unavailableenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
database_unavailableenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
database_unavailableenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
database_unavailableenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_cpu_limitenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_cpu_limitenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_cpu_limitenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_cpu_limitenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_health_endpointenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_health_endpointenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_health_endpointenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_health_endpointenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_memory_limitenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_memory_limitenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_memory_limitenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_memory_limitenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_portenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_portenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_portenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_portenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_service_nameenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_service_nameenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_service_nameenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_service_nameenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_tomlenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_tomlenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_tomlenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
invalid_tomlenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
missing_commandenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
missing_commandenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
missing_commandenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
missing_commandenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
missing_configenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
missing_configenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
missing_configenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
missing_configenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
missing_source_archiveenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
missing_source_archiveenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
missing_source_archiveenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
missing_source_archiveenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
payment_requiredenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
payment_requiredenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
payment_requiredenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
payment_requiredenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
policy_rejectedenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
policy_rejectedenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
policy_rejectedenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
policy_rejectedenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
rate_limitedenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
rate_limitedenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
rate_limitedenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
rate_limitedenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
response property
checkout_urllist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response400response-property-list-of-types-narrowed
- ○
response property
checkout_urllist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response401response-property-list-of-types-narrowed
- ○
response property
checkout_urllist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response429response-property-list-of-types-narrowed
- ○
response property
checkout_urllist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response500response-property-list-of-types-narrowed
- ○
response property
docs_urllist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response400response-property-list-of-types-narrowed
- ○
response property
docs_urllist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response401response-property-list-of-types-narrowed
- ○
response property
docs_urllist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response429response-property-list-of-types-narrowed
- ○
response property
docs_urllist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response500response-property-list-of-types-narrowed
- ○
the
response's property pattern^[\s\S]{0,8192}$was added for the statusresponse-property-pattern-added
- ○
the
response's property pattern^[\s\S]{0,8192}$was added for the statusresponse-property-pattern-added
- ○
the
response's property pattern^[\s\S]{0,8192}$was added for the statusresponse-property-pattern-added
- ○
the
response's property pattern^[\s\S]{0,8192}$was added for the statusresponse-property-pattern-added
- ○
the
response's property pattern was changed from^[\s\S]{1,1000}$to^[\s\S]{0,8192}$for the statusresponse-property-pattern-changed
- ○
the
response's property pattern was changed from^[\s\S]{1,1000}$to^[\s\S]{0,8192}$for the statusresponse-property-pattern-changed
- ○
the
response's property pattern was changed from^[\s\S]{1,1000}$to^[\s\S]{0,8192}$for the statusresponse-property-pattern-changed
- ○
the
response's property pattern was changed from^[\s\S]{1,1000}$to^[\s\S]{0,8192}$for the statusresponse-property-pattern-changed
- ○
the
response's property pattern was changed from^[\s\S]{1,240}$to^[\s\S]{0,8192}$for the statusresponse-property-pattern-changed
- ○
the
response's property pattern was changed from^[\s\S]{1,240}$to^[\s\S]{0,8192}$for the statusresponse-property-pattern-changed
- ○
the
response's property pattern was changed from^[\s\S]{1,240}$to^[\s\S]{0,8192}$for the statusresponse-property-pattern-changed
- ○
the
response's property pattern was changed from^[\s\S]{1,240}$to^[\s\S]{0,8192}$for the statusresponse-property-pattern-changed
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
This revision also has 141 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
- ○
endpoint added
endpoint-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○