---
title: "List workflows for the current user"
method: GET
path: "/api/workflow/user/workflows"
tags: ["Workflows"]
---

# List workflows for the current user

`GET /api/workflow/user/workflows`

Returns all workflows belonging to the authenticated user.

## Response `200`

List of workflows

- UserWorkflowSchema[]
  - `alerts_muted_until` string, date-time, nullable
  - `dashboard_trigger_enabled` boolean
  - `dashboard_trigger_label` string, nullable
  - `heron_id` string
  - `is_default` boolean
  - `name` string
  - `owners` FlowmingoWorkflowOwners
    - `group_slack_name` string[]
    - `user_email` string[]

---

[API](https://skmtc.dev/herondata/apis/heron-data-api.md) · [All operations](https://skmtc.dev/herondata/apis/heron-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/herondata/heron-data-api/revisions/f2e441edece2/schema)
