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

# List workflows

`GET /api/workflows`

## Query parameters

- `last_id` integer
- `count` integer
- `order` string
- `name_pattern` string
- `search_project_name` boolean

## Response `200`

default response

- RestWorkflowDefinitionCollection
  - `workflows` RestWorkflowDefinition[]
    - `config` object
    - `id` string, required — workflow definition ID
    - `name` string, required — workflow name
    - `project` IdAndName, required — Name and ID
      - `id` string, required — ID
      - `name` string, required — name
    - `revision` string, required — revision
    - `timezone` string, required — timezone

---

[API](https://skmtc.net/treasure/apis/treasure-workflow.md) · [All operations](https://skmtc.net/treasure/apis/treasure-workflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasure/treasure-workflow/revisions/4eedf1838ef4/schema)
