cURL
curl --request POST \ --url http://localhost:8000/v1/workflow-runs/{run_id}/callback \ --header 'Content-Type: application/json' \ --data ' { "status": "COMPLETED", "error": "<string>" } '
{ "status": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.knowledgestack.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.knowledgestack.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request body for the runner callback endpoint.
COMPLETED
FAILED
8192
Successful Response
Response from the runner callback endpoint.