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

# List workflows

`GET /workflows`

Get a list of all available workflows

## Response `200`

List of workflows

- GithubComThandIoAgentInternalModelsWorkflowsResponse
  - `meta` GithubComThandIoAgentInternalModelsResponseMeta
    - `page` integer
    - `page_size` integer
    - `total` integer
    - `total_pages` integer
  - `version` VersionVersion
  - `workflows` object[]
    - `_id` string
    - `_reason` string
    - `_score` number
    - `_source` GithubComThandIoAgentInternalModelsWorkflowResponse
      - `description` string
      - `enabled` boolean
      - `identifier` string
      - `name` string
      - `version` VersionVersion

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/thand-io/apis/thand-agent-api.md) · [All operations](https://skmtc.net/thand-io/apis/thand-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thand-io/thand-agent-api/versions/62befb178368/schema)
