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

# List Public Workflow Actions

`GET /v1/public/workflows/actions`

## Response `200`

OK

- PublicWorkflowActionsResponse
  - `data` PublicWorkflowActionSchema[], required
    - `action_uid` string, required
    - `action_slug` string, nullable
    - `title` string, nullable
    - `title_ja` string, nullable
    - `is_trigger` boolean, required
    - `trigger_type` string, nullable
    - `input_format` object, nullable
    - `output_format` object, nullable
    - `required_conditions` object, nullable
  - `count` integer, required
  - `ctx_id` string, nullable

## Other responses

- `403` — Forbidden
- `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/revisions/c273ff62266a/schema)
