跳转到主要内容
GET
/
v3beta1
/
enterprise
/
organizations
List Organizations
curl --request GET \
  --url https://api.devin.ai/v3beta1/enterprise/organizations
{
  "end_cursor": "<string>",
  "has_next_page": false,
  "items": [
    {
      "created_at": 123,
      "max_cycle_acu_limit": 123,
      "max_session_acu_limit": 123,
      "name": "<string>",
      "org_id": "<string>",
      "updated_at": 123
    }
  ],
  "total": 123
}

Query Parameters

after
string | null
first
integer
default:100
Required range: 1 <= x <= 200

Response

items
OrganizationResponse · object[]
required
end_cursor
string | null
has_next_page
boolean
default:false
total
integer | null