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

# List accessible Workflows

`GET /v1/workflows`

## Response `200`

Workflows returned.

- object
  - `items` object[], required
    - `pluginId` string, required
    - `configObjectId` string, required
    - `configObjectVersionId` string, required
    - `title` string, required
    - `description` string, nullable, required
    - `inputSchema` unknown, required
    - `outputSchema` unknown, required
    - `requiredCapabilities` object[], required
      - `capabilityName` string, required
      - `scriptPath` string, required

## Other responses

- `401` — Sign-in required.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/revisions/93df40e2efd5/schema)
