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

total_countinteger required

Total number of records matching the query.

total_pagesinteger required

Total number of pages.

has_moreboolean required

Whether more pages remain after the current one.