List Workflows
Workflows
List Workflows
List all workflows for the authenticated user.
GET
List Workflows
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, max: 100).
Filter by status:
active, paused, or draft.Example request
Response
Returns a paginated list of workflow objects.Array of workflow objects.
Unique workflow identifier.
Workflow display name.
Human-readable description.
Current status:
active, paused, or draft.Trigger configuration (type, schedule, etc.).
Array of step definitions.
ISO 8601 creation timestamp.
ISO 8601 last update timestamp.
Total number of workflows.
Current page number.