---
title: "Get Organization Workflows"
method: GET
path: "/api/v3.0/orgs/{orgUuid}/automation/workflows"
tags: ["Workflows"]
---

# Get Organization Workflows

`GET /api/v3.0/orgs/{orgUuid}/automation/workflows`

## Path parameters

- `orgUuid` string, required

## Query parameters

- `cursor` string
- `limit` string

## Response `200`

OK

- DWRResponsePageableV3ListAutomationWorkflowSummaryDTO
  - `additionalData` object — + **totalItems**: The total count of data points returned in an API response.
  - `supportToken` string
  - `response` AutomationWorkflowSummaryDTO[]
    - `uuid` string
    - `updatedAt` string, date-time
    - `createdAt` string, date-time
    - `owner` string
    - `ownerName` string
    - `ownerEmail` string
    - `name` string
    - `description` string
    - `priority` integer
    - `trigger` AutomationTriggerDTO
      - `uuid` string
      - `eventKey` string
      - `engineType` string
      - `scopeType` string
      - `scopeValue` string
      - `orgUuid` string
      - `appUuid` string
      - `projectUuid` string
      - `enabled` boolean
    - `enabled` boolean
    - `scopeConditionGroups` AutomationConditionGroupDTO[]
      - `uuid` string
      - `leftOperatorName` string
      - `priority` integer
      - `enabled` boolean
      - `conditions` AutomationConditionDTO[]
        - `uuid` string
        - `leftOperatorName` string
        - `factProperty` string
        - `factComparatorName` string
        - `factValue` LabelValueDTO[]
          - `label` string
          - `value` object
          - `additionalValue` object
        - `factValueString` string
        - `priority` integer
        - `enabled` boolean
        - `group` string
        - `displayName` string
    - `workflowLevel` string
    - `scope` string
    - `orgAdminCanActivate` boolean
    - `canEdit` boolean
    - `canDelete` boolean
    - `canClone` boolean
    - `workflowType` 'SECURITY' | 'LEGAL' | 'OPERATIONAL'
    - `hasJiraAction` boolean
    - `orgJiraConfigured` boolean

## Other responses

- `400` — Bad Request
- `403` — Forbidden

## Changes

- **2026-08-26** `3cb30ea6174e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mend/apis/mend-api/changes/api/v3.0/orgs/:orgUuid/automation/workflows/get.md)

---

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