playbooks
List Playbook Runs
List execution runs for a playbook.
Requires the sequences:read scope on the API key.
get/v1/playbooks/{playbook_id}/runs
Path parameters
playbook_idstring uuid required
ID of the playbook.
Query parameters
pageinteger
sizeinteger
status'PENDING' | 'RUNNING' | 'SUCCEEDED' | 'FAILED' | 'REJECTED'
Filter runs by execution status.
Response
Successful Response