---
title: "Find Projects"
method: GET
path: "/projects"
tags: ["projects"]
---

# Find Projects

`GET /projects`

Returns a list of all v0 projects in your workspace. Useful for browsing or managing projects across different chats or use cases.

## Response `200`

Success

- object
  - `object` 'list', required
  - `data` ProjectSummary[], required
    - `id` string, required — A unique identifier for the project.
    - `object` 'project', required — Fixed value identifying this object as a project.
    - `name` string, required — The name of the project as defined by the user.
    - `privacy` 'private' | 'team', required — The privacy setting for the project - either private or team.
    - `vercelProjectId` string — Optional ID of the linked Vercel project, if connected.
    - `createdAt` string, date-time, required — The ISO timestamp representing when the project was created.
    - `updatedAt` string, date-time — The ISO timestamp of the most recent update, if available.
    - `apiUrl` string, uri, required — The API endpoint URL for accessing this project programmatically.
    - `webUrl` string, uri, required — The web URL where the project can be viewed or managed.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `413` — Payload Too Large
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

## Changes

- **2025-08-24** `3521652a43a7` — 2 info
  - the `data/items/createdAt` response's property pattern `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` was removed for the status `200`
  - the `data/items/updatedAt` response's property pattern `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` was removed for the status `200`

[Change history](https://skmtc.dev/vercel/apis/v0-platform-api-beta/changes/projects/get.md)

---

[API](https://skmtc.dev/vercel/apis/v0-platform-api-beta.md) · [All operations](https://skmtc.dev/vercel/apis/v0-platform-api-beta/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vercel/v0-platform-api-beta/revisions/71c04d617e58/schema)
