---
title: "List team projects (Legacy)"
method: GET
path: "/teams/{team_id}/projects"
tags: ["teams"]
deprecated: true
---

# List team projects (Legacy)

`GET /teams/{team_id}/projects`

> **Deprecated.**

**Deprecation Notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List team projects`](https://docs.github.com/enterprise-server@3.7/rest/teams/teams#list-team-projects) endpoint.

Lists the organization projects for a team.

## Path parameters

- `team_id` integer, 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

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-6.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-6/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-6/versions/15db3fa0759b/schema)
