v1
latestOpenAPI 3.0.12026-07-265879107.5 KBExecutions
Get a playbook execution by its ID
Retrieve a single playbook execution by its id.
get/workspace/{ws_id}/executions/{id}
Path parameters
ws_idstring required
The ID of the workspace containing the execution
idstring required
The ID of the playbook execution to retrieve
Query parameters
withApplyViewboolean
When set to true, retrieve enhanced data
Response
Execution with subflow name mapping
Example response
{
"display_name": "Restart pod #12",
"duration": 1523,
"pack_id": "pack_01HZZ",
"playbook_name": "Restart pod",
"scheduled_trigger_timezone": "America/New_York",
"subflows_reference_to_name_mapping": {
"subflow_ref_1": "Child flow"
}
}