Continue Plan Execution
Plan Execution
Continue Plan Execution
Continue a plan execution that's waiting for user input.
This endpoint:
1. Accepts batch responses for multiple waiting tasks
2. Sends messages to each agent execution
3. Restarts the workflow to continue plan execution
Body:
{
"responses": [
{
"execution_id": "agent-exec-abc-123",
"message": "5 + 3"
},
{
"execution_id": "agent-exec-xyz-456",
"message": "Calculate for today"
}
]
}
POST
Continue Plan Execution
Documentation Index
Fetch the complete documentation index at: https://docs.kubiya.ai/llms.txt
Use this file to discover all available pages before exploring further.