curl --request POST \
--url https://control-plane.kubiya.ai/api/v1/executions/{execution_id}/resume \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Resume a paused execution by sending a signal to the Temporal workflow.
This is triggered when the user clicks the RESUME button in the UI. The workflow will continue processing from where it was paused.
curl --request POST \
--url https://control-plane.kubiya.ai/api/v1/executions/{execution_id}/resume \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?