---
title: "Get workflows"
method: GET
path: "/api/v2/workflows"
tags: ["Workflows"]
---

# Get workflows

`GET /api/v2/workflows`

List all workflows.

## Query parameters

- `sort` string[]
- `filter` union — Filter schema for `workflow` list endpoints — pass a single condition or a logical group.
  - FilterWorkflow — Filter parameters for listing workflows. Supports filtering by name and archived status. Standard string operators apply.
    - `query` union — Filter by workflow name using a partial text search.
      - object — Filter using explicit operator syntax.
        - `not_eq` Query — unresolved $ref
        - `not_contain` Query — unresolved $ref
        - `eq` Query — unresolved $ref
        - `contains` Query — unresolved $ref
      - Query — unresolved $ref
    - `archived` union — Filter to include only archived or non-archived workflows.
      - Archived — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `contains` Archived — unresolved $ref
        - `eq` Archived — unresolved $ref
        - `not_eq` Archived — unresolved $ref
        - `not_contain` Archived — unresolved $ref
    - `name` union — Filter by exact workflow name.
      - Name — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `contains` Name — unresolved $ref
        - `not_eq` Name — unresolved $ref
        - `not_contain` Name — unresolved $ref
        - `eq` Name — unresolved $ref
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection workflow

---

[API](https://skmtc.net/productive/apis/api-documentation.md) · [All operations](https://skmtc.net/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/7764b2b9fcc4/schema)
