---
title: "Enterprise Organizations Endpoint"
method: GET
path: "/v2/enterprise/organizations"
tags: ["organizations"]
---

# Enterprise Organizations Endpoint

`GET /v2/enterprise/organizations`

List paginated organizations in this enterprise

## Query parameters

- `skip` integer
- `limit` integer

## Response `200`

Successful Response

- PaginatedResponseOrganizationResponse
  - `end_cursor` string, nullable — Cursor to fetch the next page, or None if this is the last page.
  - `has_next_page` boolean — Whether there are more items available after this page.
  - `items` OrganizationResponse[], required
    - `created_at` integer, required
    - `max_cycle_acu_limit` integer, nullable, required
    - `max_session_acu_limit` integer, nullable, required
    - `name` string, required
    - `org_id` string, required
    - `updated_at` integer, required
  - `total` integer, nullable — Optional total count (can be omitted for performance).

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/devinenterprise/apis/devin-api-v1.md) · [All operations](https://skmtc.net/devinenterprise/apis/devin-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/devinenterprise/devin-api-v1/versions/e3244476af1c/schema)
