Actions
GET /api/v1/accounts/{projectId}/history
Unified change timeline: our actions plus Google Ads UI edits.
GET /api/v1/accounts/{projectId}/historyUnified change timeline: our actions plus Google Ads UI edits.
Requires a key with read scope or higher.
Returns 200 on success.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | yes | The Google Ads account, as returned by GET /api/v1/accounts. |
limit | query | number | no | Maximum rows to return. |
source | query | string | no | Comma-separated list of sources to include. |
kind | query | string | no | Filter by action kind. |
before | query | string | no | Keyset 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"