Retrieve the status and results of a workflow run
Documentation Index
Fetch the complete documentation index at: https://docs.dibby.ai/llms.txt
Use this file to discover all available pages before exploring further.
GET /runs/{runId} endpoint to check the status of a workflow run and retrieve its results when complete.
PENDING - Workflow is queuedRUNNING - Workflow is currently executingFINISHED - Workflow completed successfullyFAILED - Workflow encountered an errorstatus is FINISHED.The structure matches your workflow’s Result Node configuration.status field and handle all possible states: