Get Usage Status
GET
/v1/google-ads/get-usage-statusGet Usage Status on Google Ads. A read-only call — no spend is touched.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| account_id | string | yes | The connected ad account ID. |
| date_range | string | no | e.g. "LAST_30_DAYS". Read-only filter. |
Example request
GET /v1/google-ads/get-usage-status
{
"account_id": "account_a91f",
"date_range": "LAST_30_DAYS"
}Example response
200 — OK
{
"data": [
{
"id": "camp_a91f",
"name": "Q2 Brand",
"status": "ENABLED"
}
],
"page": {
"next": null
}
}More Google Ads endpoints