メインコンテンツへスキップ
GET
/
v1
/
playbooks
List playbooks
curl --request GET \
  --url https://api.devin.ai/v1/playbooks \
  --header 'Authorization: Bearer <token>'
[
  {
    "access_type": "<string>",
    "body": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "created_by_user_id": "<string>",
    "created_by_user_name": "<string>",
    "org_id": "<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>"
  }
]
組織でアクセス可能なすべてのチーム Playbook を取得します。API 経由ではチーム Playbook のみが返されます。

承認

Authorization
string
header
必須

Personal API Key (apk_user_) or Service API Key (apk_)

レスポンス

200 - application/json

Successful Response

access_type
string
必須
body
string
必須
created_at
string<date-time> | null
必須
created_by_user_id
string | null
必須
created_by_user_name
string | null
必須
org_id
string
必須
playbook_id
string
必須
status
string
必須
title
string
必須
updated_at
string<date-time> | null
必須
updated_by_user_id
string | null
必須
updated_by_user_name
string | null
必須
macro
string | null