---
title: "GET /workflows"
method: GET
path: "/workflows"
tags: ["Workflows"]
---

# GET /workflows

`GET /workflows`

List all workflows.

## Query parameters

- `api-version` string, required

## Response `200`

OK

- WorkflowMetadataList — The workflow list.
  - `value` WorkflowMetadata[], required — The value of workflow list.
    - `id` string, uuid, required — The id of workflow.
    - `triggers` Trigger[], required — It describes under what condition a workflow will run.
      - `type` 'when_term_creation_is_requested' | 'when_term_deletion_is_requested' | 'when_term_update_is_requested' | 'when_terms_import_is_requested' | 'when_data_access_grant_is_requested' | 'when_asset_update_is_requested', required
      - `underGlossaryHierarchy` string — Glossary term hierarchy path.
      - `underCollection` string — The collection name.
      - `underGlossary` string — The glossary guid.
    - `createdTime` string, date-time — The created time of workflow.
    - `createdBy` string — The person who created the workflow.
    - `lastUpdateTime` string, date-time — The last update time.
    - `updatedBy` string — The person who updated the workflow.
    - `name` string, required — The name of a workflow.
    - `isEnabled` boolean, required — Whether the workflow is enabled or not.
    - `description` string, required — Description of a workflow.
  - `nextLink` string — The URL to get the next set of results.

## Other responses

- `default` — Error response describing why the operation failed.

## Changes

- **2026-07-13** (2022-05-01-preview) `60435bfd503d` — 1 info
  - api operation id `ListWorkflows` removed and replaced with `Workflows_List`

[Change history](https://skmtc.dev/azure/apis/purview-workflow/changes/workflows/get.md)

---

[API](https://skmtc.dev/azure/apis/purview-workflow.md) · [All operations](https://skmtc.dev/azure/apis/purview-workflow/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/purview-workflow/revisions/60435bfd503d/schema)
