---
title: "Get details of a workflow."
method: GET
path: "/api/v2/workflows/{id}"
tags: ["Workflow"]
---

# Get details of a workflow.

`GET /api/v2/workflows/{id}`

Get the details of a workflow identified by its id.

## Path parameters

- `id` integer, required

## Response `200`

Success

- Workflow
  - `WorkflowId` integer, required — The unique identifier of this workflow.
  - `Order` integer — The order of this workflow.
  - `Name` string — The name of this workflow.
  - `ActionType` 'NotifyByEmail' | 'NotifyBySms' | 'UpdateFindingStatus' | 'OpenTicket' | 'Webhook' — The action type of this workflow.
  - `Status` 'Active' | 'Inactive' — The current status of this workflow.

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/revisions/7dadaba760fb/schema)
