---
title: "Get Meta Accounts Route"
method: GET
path: "/integrations/introspect/meta/{connection_id}/accounts"
tags: ["Integrations"]
---

# Get Meta Accounts Route

`GET /integrations/introspect/meta/{connection_id}/accounts`

Get Meta Ads accounts for a given connection.

## Path parameters

- `connection_id` string, required

## Response `200`

Successful Response

- MetaIntrospectionAccount[]
  - `id` string, required — The ID of the account.
  - `name` string, required — The name of the 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)
