---
title: "Get project for organization"
method: GET
path: "/orgs/{org}/projectsV2/{project_number}"
tags: ["projects"]
---

# Get project for organization

`GET /orgs/{org}/projectsV2/{project_number}`

Get a specific organization-owned project.

## Path parameters

- `project_number` integer, required
- `org` string, required

## Response `200`

Response

- ProjectsV2 — A projects v2 project
  - `id` number, required — The unique identifier of the project.
  - `node_id` string, required — The node ID of the project.
  - `owner` 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
    - `user_view_type` string
  - `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
    - `user_view_type` string
  - `title` string, required — The project title.
  - `description` string, nullable, required — A short description of the project.
  - `public` boolean, required — Whether the project is visible to anyone with access to the owner.
  - `closed_at` string, date-time, nullable, required — The time when the project was closed.
  - `created_at` string, date-time, required — The time when the project was created.
  - `updated_at` string, date-time, required — The time when the project was last updated.
  - `number` integer, required — The project number.
  - `short_description` string, nullable, required — A concise summary of the project.
  - `deleted_at` string, date-time, nullable, required — The time when the project was deleted.
  - `deleted_by` NullableSimpleUser, nullable, 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
    - `user_view_type` string
  - `state` 'open' | 'closed' — The current state of the project.
  - `latest_status_update` NullableProjectsV2StatusUpdate, nullable — An status update belonging to a project
    - `id` number, required — The unique identifier of the status update.
    - `node_id` string, required — The node ID of the status update.
    - `project_node_id` string — The node ID of the project that this status update belongs to.
    - `creator` SimpleUser — 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
      - `user_view_type` string
    - `created_at` string, date-time, required — The time when the status update was created.
    - `updated_at` string, date-time, required — The time when the status update was last updated.
    - `status` 'INACTIVE' | 'ON_TRACK' | 'AT_RISK' | 'OFF_TRACK' | 'COMPLETE', nullable — The current status.
    - `start_date` string, date — The start date of the period covered by the update.
    - `target_date` string, date — The target date associated with the update.
    - `body` string, nullable — Body of the status update
  - `is_template` boolean — Whether this project is a template

## Other responses

- `304` — Not modified
- `401` — Requires authentication
- `403` — Forbidden

---

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