Executions

List step executions for a specified execution

Returns all step execution records for the given playbook execution.

get/workspace/{ws_id}/executions/{id}/steps

Path parameters

ws_idstring required

The ID of the workspace containing the execution

idstring required

The ID of the playbook execution contains the step executions

Response

Paginated step executions response

limitinteger
offsetinteger
totalinteger

Changes