Skip to main content
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>"
    }
  ]
}
Requires an enterprise admin personal API key. Retrieve a playbook by its unique identifier. The playbook must belong to your enterprise and be accessible to you.

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Path Parameters

playbook_id
string
required

Response

Successful Response