---
title: "List folders that contain at least one pipeline-member script"
method: GET
path: "/w/{workspace}/assets/pipelines"
tags: ["asset"]
---

# List folders that contain at least one pipeline-member script

`GET /w/{workspace}/assets/pipelines`

## Path parameters

- `workspace` string, required

## Response `200`

folders containing pipeline scripts, with their script counts

- object[]
  - `folder` string, required — The folder name (without the `f/` prefix)
  - `script_count` integer, required — Number of pipeline-member scripts in the folder

---

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