v2

latestOpenAPI 3.1.02026-08-01132728.8 KB
playbooks

List Playbook Versions

List all versions for a playbook.

  • Results are sorted by created time in descending order (newest first).
get/v1/playbooks/{playbook_id}/versions

Path parameters

playbook_idstring required
Example:5eb7cf5a86d9755df3a6c593

Response

Successful Response

idstring required
created_atstring date-time required

Example response

[
  {
    "id": "5eb7cf5a86d9755df3a6c593"
  }
]