Mark an execution as done, signaling the workflow to complete.
This sends a signal to the Temporal workflow to indicate the user is finished
with the conversation. The workflow will complete gracefully after this signal.
POST
/
api
/
v1
/
executions
/
{execution_id}
/
mark-done
Mark Execution As Done
Copy
Ask AI
curl --request POST \ --url https://control-plane.kubiya.ai/api/v1/executions/{execution_id}/mark-done \ --header 'Authorization: <api-key>'