Fetch details about workflow runs
You can fetch details about workflow runs, including their state, completed and in-progress steps, and step details. The retention duration for completed workflow runs depends on your quota. Please check the pricing page for details.Documentation Index
Fetch the complete documentation index at: https://upstash-cloud-4245.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
workflowRunId filter will return all of them.To uniquely identify a single workflow run, include the workflowCreatedAt timestamp in your filter.| Value | Description |
|---|---|
RUN_STARTED | The workflow has started to run and currently in progress. |
RUN_SUCCESS | The workflow run has completed succesfully. |
RUN_FAILED | Some errors has occured and workflow failed after all retries. |
RUN_CANCELED | The workflow run has canceled upon user request. |