Skip to main content
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

workflows
object[]
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.