メインコンテンツへスキップ
GET
/
v3
/
enterprise
/
organizations
/
{org_id}
組織を取得
curl --request GET \
  --url https://api.devin.ai/v3/enterprise/organizations/{org_id} \
  --header 'Authorization: Bearer <token>'
{
  "created_at": 123,
  "max_cycle_acu_limit": 123,
  "max_session_acu_limit": 123,
  "name": "<string>",
  "org_id": "<string>",
  "updated_at": 123
}

承認

Authorization
string
header
必須

サービスユーザーの認証情報(接頭辞: cog_)

パスパラメータ

org_id
string
必須

レスポンス

成功レスポンス

created_at
integer
必須
max_cycle_acu_limit
integer | null
必須
max_session_acu_limit
integer | null
必須
name
string
必須
org_id
string
必須
updated_at
integer
必須