cURL
curl --request GET \ --url https://api.devin.ai/v3beta1/enterprise/playbooks \ --header 'Authorization: Bearer <token>'
{ "items": [ { "access_type": "enterprise", "body": "<string>", "created_at": 123, "created_by": "<string>", "macro": "<string>", "org_id": "<string>", "playbook_id": "<string>", "title": "<string>", "updated_at": 123, "updated_by": "<string>" } ], "end_cursor": "<string>", "has_next_page": false, "total": 123 }
ManageAccountPlaybooks
サービスユーザーの認証情報(接頭辞: cog_)
1 <= x <= 200
成功時のレスポンス
表示 子属性
次のページを取得するためのカーソル。最後のページの場合は None です。
このページの後にさらに項目があるかどうか。
任意の総件数(パフォーマンス向上のため省略可能)。