---
title: "List Google Directories"
method: GET
path: "/google_directories"
tags: ["Google Directories"]
---

# List Google Directories

`GET /google_directories`

## Query parameters

- `limit` integer
- `page_cursor` string
- `name` string

## Response `200`

Google Directory Response

- GoogleDirectoryListResponse — Response schema for multiple Google Directories
  - `data` GoogleDirectory[] — Google Directory details
    - `account_id` string, uuid — Account ID
    - `disabled_reason` string — Reason for disabling
    - `domain` string — Google Workspace domain
    - `error` string — Last error message
    - `error_count` integer — Error count
    - `error_emailed_at` string, date-time — Error email timestamp
    - `group_sync_mode` 'all' | 'filtered' | 'disabled' — Group sync mode
    - `id` string, uuid, required — Directory ID
    - `impersonation_email` string — Impersonation email
    - `inserted_at` string, date-time — Creation timestamp
    - `is_disabled` boolean — Whether directory is disabled
    - `name` string, required — Directory name
    - `orgunit_sync_enabled` boolean — Whether org unit sync is enabled
    - `synced_at` string, date-time — Last sync timestamp
    - `updated_at` string, date-time — Update timestamp
  - `metadata` PaginationMetadata — Pagination metadata for paginated responses.
    - `count` integer, required — Total number of matching records
    - `limit` integer, required — Page size
    - `next_page` string, nullable, required — Cursor to fetch the next page
    - `prev_page` string, nullable, required — Cursor to fetch the previous page

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Too Many Requests

---

[API](https://skmtc.dev/firezone/apis/firezone-api.md) · [All operations](https://skmtc.dev/firezone/apis/firezone-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/firezone/firezone-api/revisions/110de2cb2283/schema)
