---
title: "List workflows"
method: GET
path: "/orchestration/workflows/list"
tags: ["Orchestration - Workflows"]
---

# List workflows

`GET /orchestration/workflows/list`

List all workflows

## Query parameters

- `templateSlug` string — Filter workflows by template slug.

## Response `200`

Successful response

- object
  - `workflows` object[], required — List of workflows.
    - `uuid` string, required
    - `workspaceUuid` string, required
    - `nodes` Schema0[], required
      - union
        - object
          - `uuid` string, required
          - `slug` string, required
          - `name` string
          - `description` string
          - `nodes` Schema0[], required
          - `isArchived` boolean, required
          - `kind` 'native', required
          - `actionSlug` string, required
        - object
          - `uuid` string, required
          - `slug` string, required
          - `name` string
          - `description` string
          - `nodes` Schema0[], required
          - `isArchived` boolean, required
          - `kind` 'connector', required
          - `connectorUuid` string
          - `integrationSlug` string, required
          - `actionSlug` string, required
        - object
          - `uuid` string, required
          - `slug` string, required
          - `name` string
          - `description` string
          - `nodes` Schema0[], required
          - `isArchived` boolean, required
          - `kind` 'tool', required
          - `toolUuid` string
          - `templateSlug` string
          - `releaseUuid` string
          - `waitUntilFinished` boolean
        - object
          - `uuid` string, required
          - `slug` string, required
          - `name` string
          - `description` string
          - `nodes` Schema0[], required
          - `isArchived` boolean, required
          - `kind` 'agent', required
          - `agentUuid` string
          - `templateSlug` string
          - `releaseUuid` string
          - `waitUntilFinished` boolean
    - `createdAt` string, required
    - `updatedAt` string, required
    - `deletedAt` string, nullable, required
    - `playUuid` string, nullable, required
    - `toolUuid` string, nullable, required
    - `folderUuid` string, nullable, required
    - `template` object, nullable, required
      - `slug` string, required
      - `isAvailable` boolean, required
      - `scope` 'public' | 'private', required
    - `lastBatch` object, nullable, required
      - `uuid` string, required
      - `status` 'pending' | 'syncing' | 'skipped' | 'querying' | 'running' | 'success' | 'error' | 'cancelling' | 'cancelled', required
      - `runsStatus` 'healthy' | 'unhealthy', nullable, required
      - `errorMessage` string, nullable, required
      - `createdAt` string, required
      - `finishedAt` string, nullable, required
    - `deployedRelease` object, nullable, required
      - `uuid` string, required
      - `userUuid` string, required
      - `description` string, nullable, required
      - `version` string, nullable, required
      - `nodes` union[], required
        - union
          - object
            - `uuid` string, uuid, required
            - `slug` string, required
            - `name` string
            - `config` object, required
            - `description` string
            - `retry` object
              - …
            - `childrenUuids` string[], required
            - `fallbackChildUuid` string
            - `fallbackOnFailure` boolean, required
            - `position` object, required
              - …
            - `kind` 'native', required
            - `actionSlug` string, required
          - object
            - `uuid` string, uuid, required
            - `slug` string, required
            - `name` string
            - `config` object, required
            - `description` string
            - `retry` object
              - …
            - `childrenUuids` string[], required
            - `fallbackChildUuid` string
            - `fallbackOnFailure` boolean, required
            - `position` object, required
              - …
            - `kind` 'connector', required
            - `connectorUuid` string
            - `integrationSlug` string, required
            - `actionSlug` string, required
          - object
            - `uuid` string, uuid, required
            - `slug` string, required
            - `name` string
            - `config` object, required
            - `description` string
            - `retry` object
              - …
            - `childrenUuids` string[], required
            - `fallbackChildUuid` string
            - `fallbackOnFailure` boolean, required
            - `position` object, required
              - …
            - `kind` 'tool', required
            - `toolUuid` string
            - `templateSlug` string
            - `releaseUuid` string
            - `waitUntilFinished` boolean
          - object
            - `uuid` string, uuid, required
            - `slug` string, required
            - `name` string
            - `config` object, required
            - `description` string
            - `retry` object
              - …
            - `childrenUuids` string[], required
            - `fallbackChildUuid` string
            - `fallbackOnFailure` boolean, required
            - `position` object, required
              - …
            - `kind` 'agent', required
            - `agentUuid` string
            - `templateSlug` string
            - `releaseUuid` string
            - `waitUntilFinished` boolean
      - `formFields` union[], nullable, required
        - union
          - object
            - `slug` string, required
            - `name` string, required
            - `description` string
            - `placeholder` string
            - `isRequired` boolean
            - `kind` 'string' | 'number' | 'boolean' | 'date' | 'any', required
          - object
            - `slug` string, required
            - `name` string, required
            - `description` string
            - `placeholder` string
            - `isRequired` boolean
            - `kind` 'enum', required
            - `enum` string[], required
          - object
            - `slug` string, required
            - `name` string, required
            - `description` string
            - `placeholder` string
            - `isRequired` boolean
            - `kind` 'array', required
            - `fields` union[], required
              - …
      - `templateSlug` string, nullable, required
      - `deployedAt` string, nullable, required
      - `createdAt` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/getcargo/apis/cargo-api.md) · [All operations](https://skmtc.net/getcargo/apis/cargo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getcargo/cargo-api/revisions/1d5a19e01d83/schema)
