Workflows
List Workflows
List all workflows for the authenticated user.
GET
List Workflows
Returns all workflows owned by the authenticated user, ordered by creation date.
Authentication
Requires a Bearer token. See Authentication.Request Examples
Response
Array of workflow objects with
id, name, triggerType, triggerConfig, steps, enabled, createdAt, and updatedAt.Endpoint
GET /api/v1/workflows
Requires authentication via Bearer token. See Authentication.List Workflows
