---
title: "List all organizations"
method: GET
path: "/ads/{connection_id}/organization"
tags: ["ads", "organization"]
---

# List all organizations

`GET /ads/{connection_id}/organization`

## Path parameters

- `connection_id` string, required

## Query parameters

- `limit` number
- `offset` number
- `updated_gte` string
- `sort` string
- `order` string
- `query` string
- `parent_id` string
- `fields` string[]
- `raw` string

## Response `200`

Successful

- AdsOrganization[]
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `name` string
  - `currency` string
  - `timezone` string
  - `parent_id` string
  - `status` 'UNSPECIFIED' | 'ACTIVE' | 'PAUSED' | 'ARCHIVED' | 'DRAFT' | 'SCHEDULED_FOR_DELETION' | 'PROCESSING' | 'PROCESSING_FAILED'
  - `account_number` string
  - `managers` AdsManager[] — Manager/agency chain, top-most manager first, closest manager last (SA360 manager/sub_manager)
    - `id` string
    - `name` string
  - `raw` object

## Changes

- **2026-08-08** `1f72720916e4` — 6 info
  - added the enum value `account_number` to the property `items/` of the `query` request parameter `fields`
  - added the enum value `managers` to the property `items/` of the `query` request parameter `fields`
  - added the enum value `status` to the property `items/` of the `query` request parameter `fields`
  - added the optional property `items/account_number` to the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/unified/apis/unified-to-api/changes/ads/:connection_id/organization/get.md)

---

[API](https://skmtc.dev/unified/apis/unified-to-api.md) · [All operations](https://skmtc.dev/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc.dev/unified/apis/unified-to-api/revisions/ce0cfee83c14?raw)
