Passer au contenu principal
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>"
  }
]
Nécessite une API key personnelle d’administrateur Enterprise. Récupérer tous les playbooks de votre compte Enterprise. Inclut les playbooks d’équipe et de la communauté auxquels vous avez accès.

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