---
title: "List items for a user owned project"
method: GET
path: "/users/{username}/projectsV2/{project_number}/items"
tags: ["projects"]
---

# List items for a user owned project

`GET /users/{username}/projectsV2/{project_number}/items`

List all items for a specific user-owned project accessible by the authenticated user.

## Path parameters

- `project_number` integer, required
- `username` string, required

## Query parameters

- `before` string
- `after` string
- `per_page` integer
- `q` string
- `fields` union
  - string
  - string[]

## Response `200`

Response

- ProjectsV2ItemWithContent[]
  - `id` number, required — The unique identifier of the project item.
  - `node_id` string — The node ID of the project item.
  - `project_url` string, uri — The API URL of the project that contains this item.
  - `content_type` 'Issue' | 'PullRequest' | 'DraftIssue', required — The type of content tracked in a project item
  - `content` object, nullable — The content of the item, which varies by content type.
  - `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 item was created.
  - `updated_at` string, date-time, required — The time when the item was last updated.
  - `archived_at` string, date-time, nullable, required — The time when the item was archived.
  - `item_url` string, uri, nullable — The API URL of this item.
  - `fields` object[] — The fields and values associated with this item.

## 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)
