cURL
curl --request POST \ --url https://control-plane.kubiya.ai/api/v1/executions/{execution_id}/resume \ --header 'Authorization: <api-key>'
{ "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.
Successful Response
Was this page helpful?