---
title: "ListProjects returns matching projects."
method: GET
path: "/v1/projects"
---

# ListProjects returns matching projects.

`GET /v1/projects`

## Query parameters

- `page_size` string
- `page_token` string
- `filter` string

## Response `200`

OK

- ListProjectsResponse — Response message for ListProjects.
  - `projects` Project[] — The projects from the specified publisher.
    - `name` string — Resource name.
    - `display_name` string — Human-meaningful name.
    - `description` string — A detailed description.
    - `create_time` string, RFC3339 — Creation timestamp.
    - `update_time` string, RFC3339 — Last update timestamp.
  - `next_page_token` string — A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.

## Changes

- **2021-04-20** `7428736a439b` — 2 breaking, 4 warning, 2 info
  - the `projects/items/create_time` response's property type changed from no type to `string`, and format from no format to `RFC3339` for status `200`
  - the `projects/items/update_time` response's property type changed from no type to `string`, and format from no format to `RFC3339` for status `200`
  - removed the optional property `projects/items/create_time/nanos` from the response with the `200` status
  - removed the optional property `projects/items/create_time/seconds` from the response with the `200` status
  - …4 more
- **2021-02-27** `f26001c22757` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/apigee/apis/registry-api/changes/v1/projects/get.md)

---

[API](https://skmtc.dev/apigee/apis/registry-api.md) · [All operations](https://skmtc.dev/apigee/apis/registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apigee/registry-api/revisions/9d40a237e3a7/schema)
