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。
当前页之后是否还有更多可用项。
可选的总数(可为提高性能而省略)。