---
title: "List organizations"
method: GET
path: "/v1beta/organizations"
tags: ["Organizations"]
---

# List organizations

`GET /v1beta/organizations`

List organizations the caller has access to.

## Query parameters

- `page_token` string — Opaque pagination token from a previous response.
- `page_size` integer — Maximum number of items to return per page (1-100). Default: 50.
- `role` OrganizationRole[] — Filter by the caller's role in the organization. If omitted or empty, returns all organizations the caller can view (no filtering). REST: ?role=admin or ?role=admin&role=owner

## Response `200`

Success

- ListOrganizationsResponse — ListOrganizationsResponse contains a page of organizations.
  - `items` Organization[] — List of organizations.
    - `created_at` string, date-time, required — Timestamp when the organization was created.
    - `id` string, required — Unique ID for the organization. Pattern: org_[0-9a-hjkmnp-tv-z]{26}
    - `logo_image_url` string, nullable — Optional — organizations may not have a logo.
    - `name` string, required — Human-readable organization name.
  - `pagination` Pagination, required — Pagination contains cursor-based pagination metadata. Follows Google AIP-158 for pagination field naming.
    - `has_more` boolean — Whether there are more results in the forward direction.
    - `next_page_token` string — Token to retrieve the next page of results. Empty if there are no more results in the forward direction.
    - `prev_page_token` string — Token to retrieve the previous page of results. Empty if this is the first page.

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed - missing or invalid API key
- `403` — Authorization failed - valid key but insufficient permissions
- `404` — Resource not found
- `429` — Too many requests
- `500` — Internal server error

---

[API](https://skmtc.net/factify-inc/apis/factify-api.md) · [All operations](https://skmtc.net/factify-inc/apis/factify-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factify-inc/factify-api/revisions/8baabdfb82bf/schema)
