---
title: "List team projects"
method: GET
path: "/orgs/{org}/teams/{team_slug}/projects"
tags: ["teams"]
---

# List team projects

`GET /orgs/{org}/teams/{team_slug}/projects`

Lists the organization projects for a team.

**Note:** You can also specify a team by `org_id` and `team_id` using the route `GET /organizations/{org_id}/team/{team_id}/projects`.

## Path parameters

- `org` string, required
- `team_slug` string, required

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

Response

- TeamProject[]
  - `owner_url` string, required
  - `url` string, required
  - `html_url` string, required
  - `columns_url` string, required
  - `id` integer, required
  - `node_id` string, required
  - `name` string, required
  - `body` string, nullable, required
  - `number` integer, required
  - `state` string, required
  - `creator` SimpleUser, required — A GitHub user.
    - `name` string, nullable
    - `email` string, nullable
    - `login` string, required
    - `id` integer, required
    - `node_id` string, required
    - `avatar_url` string, uri, required
    - `gravatar_id` string, nullable, required
    - `url` string, uri, required
    - `html_url` string, uri, required
    - `followers_url` string, uri, required
    - `following_url` string, required
    - `gists_url` string, required
    - `starred_url` string, required
    - `subscriptions_url` string, uri, required
    - `organizations_url` string, uri, required
    - `repos_url` string, uri, required
    - `events_url` string, required
    - `received_events_url` string, uri, required
    - `type` string, required
    - `site_admin` boolean, required
    - `starred_at` string
  - `created_at` string, required
  - `updated_at` string, required
  - `organization_permission` string — The organization permission for this project. Only present when owner is an organization.
  - `private` boolean — Whether the project is private or not. Only present when owner is an organization.
  - `permissions` object, required
    - `read` boolean, required
    - `write` boolean, required
    - `admin` boolean, required

---

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