---
title: "List workflows of a project with filters"
method: GET
path: "/api/projects/{id}/workflows"
tags: ["Project"]
---

# List workflows of a project with filters

`GET /api/projects/{id}/workflows`

## Path parameters

- `id` integer, required

## Query parameters

- `revision` string, required
- `name` string

## 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)
