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

# GET /workflows/{workflowId}

`GET /workflows/{workflowId}`

Get a specific workflow.

## Path parameters

- `workflowId` string, uuid, required

## Query parameters

- `api-version` string, required

## Response `200`

OK

- Workflow — The workflow metadata, action DAGs are not included.
  - `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.
  - `actionDag` object, required — The action DAG(Directed Acyclic Graph), it defines steps to be executed in a workflow run and their order.

## Other responses

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

## Changes

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

[Change history](https://skmtc.dev/azure/apis/purview-workflow/changes/workflows/:workflowId/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)
