---
title: "Get Google Analytics Accounts Route"
method: GET
path: "/integrations/introspect/google-ads/{connection_id}/accounts"
tags: ["Integrations"]
---

# Get Google Analytics Accounts Route

`GET /integrations/introspect/google-ads/{connection_id}/accounts`

Get Google Ads accounts.

## Path parameters

- `connection_id` string, required

## Response `200`

Successful Response

- GoogleAdsIntrospectionAccount[]
  - `id` string, nullable — The ID of the account.
  - `customer_id` string, nullable — The Customer ID of the account.
  - `login_customer_id` string, nullable — The Login Customer ID of the account (the manager account id when using linked accounts).
  - `name` string, required — The name of the account.
  - `is_manager` boolean, required — Whether this account is a manager account.
  - `linked_accounts` GoogleAdsIntrospectionAccount[], nullable — Any linked accounts, i.e. if this is a manager account

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/akkio/apis/fastapi.md) · [All operations](https://skmtc.net/akkio/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akkio/fastapi/versions/6662a407c637/schema)
