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

# List Workflows

`GET /v1/public/workflows`

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

OK

- PublicWorkflowListResponse
  - `data` PublicWorkflowListItemResponse[], required
    - `workflow_id` string, required
    - `external_id` string, required
    - `title` string, nullable
    - `description` string, nullable
    - `status` string, nullable
    - `trigger_type` string, nullable
    - `trigger_every` integer, nullable
    - `is_trigger_active` boolean, required
    - `valid_to_run` boolean, required
    - `updated_at` string, nullable
  - `count` integer, required
  - `page` integer, required
  - `limit` integer, required
  - `ctx_id` string, nullable

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/sankahq/apis/ninjaapi.md) · [All operations](https://skmtc.net/sankahq/apis/ninjaapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sankahq/ninjaapi/versions/c273ff62266a/schema)
