Retrieves the current state of a workflow run, including status, outputs, and errors. Poll this endpoint after receiving a webhook notification, or use it to check the status of a run in progress.
Documentation Index
Fetch the complete documentation index at: https://docs.promptjuggler.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Workflow run ID
Workflow Run
Workflow run status and results.
Workflow run ID.
Current run status.
pending, completed, failed Timestamp when the run was created.
Map of output node names to their values. Empty object while pending.
List of error messages from failed nodes. Empty array on success.
Timestamp when the run finished. Null while the run is pending.