cURL
curl --request GET \ --url https://api.devin.ai/v3beta1/enterprise/organizations \ --header 'Authorization: Bearer <token>'
{ "items": [ { "created_at": 123, "max_cycle_acu_limit": 123, "max_session_acu_limit": 123, "name": "<string>", "org_id": "<string>", "updated_at": 123 } ], "end_cursor": "<string>", "has_next_page": false, "total": 123 }
列出 Enterprise 下的组织。
ManageOrganizations
服务用户凭据(前缀:cog_)
1 <= x <= 200
成功响应
显示 子属性
用于获取下一页的游标;如果已是最后一页,则为 None。
当前页之后是否还有更多可用条目。
可选的总数(可为提高性能而省略)。