跳转到主要内容
GET
/
v2
/
enterprise
/
playbooks
/
{playbook_id}
Get Enterprise Playbook
curl --request GET \
  --url https://api.devin.ai/v2/enterprise/playbooks/{playbook_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}
需要 Enterprise 管理员的个人 API key。 根据其唯一标识符检索 Playbook。该 Playbook 必须属于你的 Enterprise 组织,并且你对其具有访问权限。

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Path Parameters

playbook_id
string
required

Response

Successful Response