v1
latestOpenAPI 3.0.32026-07-1216135117.1 KBbulk
patchBulkJob
Approve / Cancel bulk job that triggers multiple automation executions
patch/v1/automation/executions/bulk-jobs/{job_id}
Path parameters
job_idstring required
Job ID for tracking the status of bulk trigger automation executions
Example:8c086140-f33e-4bb7-a993-50c0f2402c7b
Request body
Response
Bulk Job Info
Example response
{
"job_id": "8c086140-f33e-4bb7-a993-50c0f2402c7b",
"org_id": "e3d3ebac-baab-4395-abf4-50b5bf1f8b74",
"flow_id": "7791b04a-16d2-44a2-9af9-2d59c25c512f",
"created_by": "1234",
"trigger_context": {
"entity_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef"
},
"task_token": "8c086140-f33e-4bb7-a993-50c0f2402c7b",
"entity_query": {
"data": [
{
"entity_id": "e3d3ebac-baab-4395-abf4-50b5bf1f8b74"
}
]
},
"execution_summary": [
{
"entity_id": "e3d3ebac-baab-4395-abf4-50b5bf1f8b74",
"execution_id": "9baf184f-bc81-4128-bca3-d974c90a12c4",
"timestamp": "2025-10-30T15:56:47.842Z"
}
]
}