跳转到主要内容
GET
/
v2
/
enterprise
/
playbooks
Get Enterprise Playbooks
curl --request GET \
  --url https://api.devin.ai/v2/enterprise/playbooks \
  --header 'Authorization: Bearer <token>'
[
  {
    "access": "<string>",
    "account_id": "<string>",
    "body": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "created_by_user_id": "<string>",
    "created_by_user_name": "<string>",
    "playbook_id": "<string>",
    "status": "<string>",
    "title": "<string>",
    "updated_at": "2023-11-07T05:31:56Z",
    "updated_by_user_id": "<string>",
    "updated_by_user_name": "<string>",
    "macro": "<string>"
  }
]
需要企业版管理员的个人 API key。 获取你所在企业的所有 Playbook,其中包括你有权限访问的团队和社区 Playbook。

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Response

200 - application/json

Successful Response

access
string
required
account_id
string
required
body
string
required
created_at
string<date-time> | null
required
created_by_user_id
string | null
required
created_by_user_name
string | null
required
playbook_id
string
required
status
string
required
title
string
required
updated_at
string<date-time> | null
required
updated_by_user_id
string | null
required
updated_by_user_name
string | null
required
macro
string | null