Italiano
cURL
curl --request GET \ --url https://api.devin.ai/v3beta1/organizations/{org_id}/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 }
List playbooks for an organization.
ManageAccountPlaybooks
Service User credential (prefix: cog_)
1 <= x <= 200
Successful Response
Mostra attributi figli
enterprise
org
Cursor to fetch the next page, or None if this is the last page.
Whether there are more items available after this page.
Optional total count (can be omitted for performance).