---
title: "List a Team's Projects"
method: GET
path: "/v1/teams/{teamID}/projects"
tags: ["Projects"]
---

# List a Team's Projects

`GET /v1/teams/{teamID}/projects`

Lists the projects a team owns plus those granted to it. The requester
must be a member of the team.

## Path parameters

- `teamID` string, uuid, required

## Response `200`

List of projects

- ProjectListResponse
  - `projects` Project[], required
    - `id` string, uuid, required
    - `owning_team_id` string, uuid, required — The team that owns the project.
    - `name` string, required — Human-readable project name, unique within the owning team.
    - `slug` string, required — Normalized identifier, unique within the owning team.
    - `created_at` string, date-time, required

## Other responses

- `400` — Invalid team id
- `401` — Unauthorized
- `403` — Forbidden (requester is not a member of the team)
- `500` — Internal Server Error

---

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