---
title: "Get a list of workflows."
method: GET
path: "/api/v2/workflows"
tags: ["Workflow"]
---

# Get a list of workflows.

`GET /api/v2/workflows`

Get the list of workflows.

## Query parameters

- `page_number` integer
- `page_size` 10 | 20 | 30
- `name` string
- `actionType` string
- `status` string

## 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
- `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)
