List Workflow Runs
Workflows
List Workflow Runs
List all workflow execution runs with optional filtering.
GET
List Workflow Runs
Documentation Index
Fetch the complete documentation index at: https://docs.encrata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires a JWT token or API key in theAuthorization header.
Request
Query parameters
Page number (default: 1).
Items per page (default: 20).
Filter runs by a specific workflow.
Example request
Response
Run statuses
| Status | Description |
|---|---|
queued | Waiting to be picked up by the executor |
running | Currently executing steps |
completed | All steps finished successfully |
failed | One or more steps failed |
cancelled | Manually cancelled |