Audits
GET /api/v1/accounts/{projectId}/audits
Past audit runs, newest first.
GET /api/v1/accounts/{projectId}/auditsPast audit runs, newest first.
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. |
cursor | query | string | no | Opaque keyset cursor — pass the previous page's next_cursor. |
Example
curl -X GET "https://bidandscale.com/api/v1/accounts/{projectId}/audits" \
-H "Authorization: Bearer $BIDANDSCALE_API_KEY"