---
title: "List Public Workflows"
method: GET
path: "/v2/public/workflows"
tags: ["workflows"]
---

# List Public Workflows

`GET /v2/public/workflows`

## Query parameters

- `page` integer
- `limit` integer
- `q` string, nullable
- `status` string, nullable
- `include_lookout` boolean
- `workspace_id` string, nullable

## Headers

- `X-Workspace-Code` string

## Response `200`

Successful Response

- ListPublicWorkflowsApiV2PublicWorkflowsGet200Envelope
  - `success` true, required
  - `data` WorkflowListData, required
    - `items` WorkflowListItem[]
      - `id` string, required
      - `workflow_id` integer, nullable
      - `title` string, nullable
      - `title_ja` string, nullable
      - `description` string, nullable
      - `description_ja` string, nullable
      - `status` string, nullable
      - `status_display` string, nullable
      - `emoji` string, nullable
      - `image_url` string, nullable
      - `is_trigger_active` boolean
      - `trigger_type` string, nullable
      - `valid_to_run` boolean
      - `created_at` string, nullable
      - `updated_at` string, nullable
      - `last_run` string, nullable
      - `total_history` integer
      - `total_review` integer
      - `owner` WorkflowUserSummary
        - `id` string, nullable
        - `label` string, nullable
      - `created_by` WorkflowUserSummary
        - `id` string, nullable
        - `label` string, nullable
      - `last_updated_by` WorkflowUserSummary
        - `id` string, nullable
        - `label` string, nullable
      - `trigger_node` WorkflowTriggerNode
        - `id` string, required
        - `action_slug` string, nullable
        - `action_title` string, nullable
        - `action_title_ja` string, nullable
    - `total` integer, required
    - `page` integer, required
    - `page_size` integer, required
    - `has_next_page` boolean, required
    - `permission` string
    - `columns` WorkflowColumn[]
      - `key` string, required
      - `label` string, required
    - `classifications` object
    - `message` string
  - `meta` EnvelopeMeta, required
    - `ctx_id` string, required
    - `pagination` PaginationMeta
      - `page` integer, required
      - `page_size` integer, required
      - `total` integer, required
      - `next_cursor` string, nullable
    - `toast` ToastMessage
      - `variant` 'success' | 'error' | 'info' | 'warning', required
      - `code` string, required
      - `message` string, required
      - `i18n` ToastMessageI18n, required
        - `en` string, required
        - `ja` string, required

## Other responses

- `401` — Error response
- `403` — Error response
- `422` — Error response

---

[API](https://skmtc.net/sankahq/apis/sanka-public-api.md) · [All operations](https://skmtc.net/sankahq/apis/sanka-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sankahq/sanka-public-api/revisions/91dba803a2c1/schema)
