---
title: "List projects with filters"
method: GET
path: "/api/projects"
tags: ["Project"]
---

# List projects with filters

`GET /api/projects`

## Query parameters

- `name` string

## Response `200`

successful operation

- RestProjectCollection
  - `projects` RestProject[]
    - `name` string
    - `id` Id
    - `deletedAt` integer
    - `updatedAt` integer
    - `revision` string
    - `archiveType` string
    - `archiveMd5` string[]
    - `createdAt` integer

---

[API](https://skmtc.dev/treasure-data/apis/digdag.md) · [All operations](https://skmtc.dev/treasure-data/apis/digdag/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/treasure-data/digdag/revisions/f20fc79e6266/schema)
