Actions

GET /api/v1/accounts/{projectId}/history

Unified change timeline: our actions plus Google Ads UI edits.

GET /api/v1/accounts/{projectId}/history

Unified change timeline: our actions plus Google Ads UI edits.

Requires a key with read scope or higher.

Returns 200 on success.

Parameters

NameInTypeRequiredDescription
projectIdpathstringyesThe Google Ads account, as returned by GET /api/v1/accounts.
limitquerynumbernoMaximum rows to return.
sourcequerystringnoComma-separated list of sources to include.
kindquerystringnoFilter by action kind.
beforequerystringnoKeyset cursor — pass the previous page's next_before.

Example

curl -X GET "https://bidandscale.com/api/v1/accounts/{projectId}/history" \
  -H "Authorization: Bearer $BIDANDSCALE_API_KEY"

On this page