Skip to content

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.

API method documentation

project_number
required
integer

The project’s number.

username
required
string

The handle for the GitHub user account.

before
string

A cursor, as given in the Link header. If specified, the query only searches for results before this cursor. For more information, see “Using pagination in the REST API.”

after
string

A cursor, as given in the Link header. If specified, the query only searches for results after this cursor. For more information, see “Using pagination in the REST API.”

per_page
integer
default: 30

The number of results per page (max 100). For more information, see “Using pagination in the REST API.”

q
string

Search query to filter items, see Filtering projects for more information.

fields
One of:
string

Limit results to specific fields, by their IDs. If not specified, the title field will be returned.

Example: fields[]=123&fields[]=456&fields[]=789 or fields=123,456,789

Response

Media type application/json
Array<object>
Projects v2 Item

An item belonging to a project

object
id
required

The unique identifier of the project item.

number
node_id

The node ID of the project item.

string
project_url

The API URL of the project that contains this item.

string format: uri
content_type
required
Projects v2 Item Content Type

The type of content tracked in a project item

string
Allowed values: Issue PullRequest DraftIssue
content

The content of the item, which varies by content type.

object
key
additional properties
any
creator
Simple User

A GitHub user.

object
name
string
nullable
email
string
nullable
login
required
string
id
required
integer format: int64
node_id
required
string
avatar_url
required
string format: uri
gravatar_id
required
string
nullable
url
required
string format: uri
html_url
required
string format: uri
followers_url
required
string format: uri
following_url
required
string
gists_url
required
string
starred_url
required
string
subscriptions_url
required
string format: uri
organizations_url
required
string format: uri
repos_url
required
string format: uri
events_url
required
string
received_events_url
required
string format: uri
type
required
string
site_admin
required
boolean
starred_at
string
user_view_type
string
created_at
required

The time when the item was created.

string format: date-time
updated_at
required

The time when the item was last updated.

string format: date-time
archived_at
required

The time when the item was archived.

string format: date-time
nullable
item_url

The API URL of this item.

string format: uri
nullable
fields

The fields and values associated with this item.

Array<object>
object
key
additional properties
any
Examples
Example default
{
"id": 13,
"node_id": "PVTI_lAAFAQ0",
"project_url": "https://api.github.com/orgs/github/projectsV2/1",
"content": {
"url": "https://api.github.com/repos/github/Hello-World/pulls/6",
"id": 10,
"node_id": "PR_kwABCg",
"html_url": "https://github.com/github/Hello-World/pull/6",
"diff_url": "https://github.com/github/Hello-World/pull/6.diff",
"patch_url": "https://github.com/github/Hello-World/pull/6.patch",
"issue_url": "https://api.github.com/repos/github/Hello-World/issues/6",
"number": 6,
"state": "open",
"locked": false,
"title": "Issue title",
"user": {
"login": "monalisa",
"id": 161,
"node_id": "U_kgDMoQ",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "",
"url": "https://api.github.com/users/monalisa",
"html_url": "https://github.com/monalisa",
"followers_url": "https://api.github.com/users/monalisa/followers",
"following_url": "https://api.github.com/users/monalisa/following{/other_user}",
"gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}",
"starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/monalisa/subscriptions",
"organizations_url": "https://api.github.com/users/monalisa/orgs",
"repos_url": "https://api.github.com/users/monalisa/repos",
"events_url": "https://api.github.com/users/monalisa/events{/privacy}",
"received_events_url": "https://api.github.com/users/monalisa/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"pinned_comment": null,
"body": "Issue body",
"created_at": "2025-08-01T18:44:50Z",
"updated_at": "2025-08-06T19:25:18Z",
"closed_at": null,
"merged_at": null,
"merge_commit_sha": "98e25bad5878e54d22e5338cbc905dd2deedfa34",
"assignee": {
"login": "octocat",
"id": 175,
"node_id": "U_kgDMrw",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "",
"url": "https://api.github.com/users/octocat",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
"organizations_url": "https://api.github.com/users/octocat/orgs",
"repos_url": "https://api.github.com/users/octocat/repos",
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
"received_events_url": "https://api.github.com/users/octocat/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"assignees": [
{
"login": "octocat",
"id": 175,
"node_id": "U_kgDMrw",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "",
"url": "https://api.github.com/users/octocat",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
"organizations_url": "https://api.github.com/users/octocat/orgs",
"repos_url": "https://api.github.com/users/octocat/repos",
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
"received_events_url": "https://api.github.com/users/octocat/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
],
"requested_reviewers": [
{
"login": "monalisa",
"id": 2,
"node_id": "U_kgAC",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "",
"url": "https://api.github.com/users/monalisa",
"html_url": "https://github.com/monalisa",
"followers_url": "https://api.github.com/users/monalisa/followers",
"following_url": "https://api.github.com/users/monalisa/following{/other_user}",
"gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}",
"starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/monalisa/subscriptions",
"organizations_url": "https://api.github.com/users/monalisa/orgs",
"repos_url": "https://api.github.com/users/monalisa/repos",
"events_url": "https://api.github.com/users/monalisa/events{/privacy}",
"received_events_url": "https://api.github.com/users/monalisa/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
],
"requested_teams": [],
"labels": [
{
"id": 19,
"node_id": "LA_kwABEw",
"url": "https://api.github.com/repos/github/Hello-World/labels/bug%20:bug:",
"name": "bug :bug:",
"color": "efe24f",
"default": false,
"description": "Something isn't working"
},
{
"id": 26,
"node_id": "LA_kwABGg",
"url": "https://api.github.com/repos/github/Hello-World/labels/fun%20size%20%F0%9F%8D%AB",
"name": "fun size 🍫",
"color": "f29c24",
"default": false,
"description": "Extra attention is needed"
},
{
"id": 33,
"node_id": "LA_kwABIQ",
"url": "https://api.github.com/repos/github/Hello-World/labels/%F0%9F%9A%92%20wontfix",
"name": "🚒 wontfix",
"color": "5891ce",
"default": false,
"description": "This will not be worked on"
}
],
"milestone": {
"url": "https://api.github.com/repos/github/Hello-World/milestones/1",
"html_url": "https://github.com/github/Hello-World/milestone/1",
"labels_url": "https://api.github.com/repos/github/Hello-World/milestones/1/labels",
"id": 1,
"node_id": "MI_kwABAQ",
"number": 1,
"title": "Open milestone",
"description": null,
"creator": {
"login": "monalisa",
"id": 2,
"node_id": "U_kgAC",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "",
"url": "https://api.github.com/users/monalisa",
"html_url": "https://github.com/monalisa",
"followers_url": "https://api.github.com/users/monalisa/followers",
"following_url": "https://api.github.com/users/monalisa/following{/other_user}",
"gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}",
"starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/monalisa/subscriptions",
"organizations_url": "https://api.github.com/users/monalisa/orgs",
"repos_url": "https://api.github.com/users/monalisa/repos",
"events_url": "https://api.github.com/users/monalisa/events{/privacy}",
"received_events_url": "https://api.github.com/users/monalisa/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"open_issues": 2,
"closed_issues": 1,
"state": "open",
"created_at": "2025-08-01T18:44:30Z",
"updated_at": "2025-08-06T19:14:15Z",
"due_on": null,
"closed_at": null
},
"draft": false,
"commits_url": "https://api.github.com/repos/github/Hello-World/pulls/6/commits",
"review_comments_url": "https://api.github.com/repos/github/Hello-World/pulls/6/comments",
"review_comment_url": "https://api.github.com/repos/github/Hello-World/pulls/comments{/number}",
"comments_url": "https://api.github.com/repos/github/Hello-World/issues/6/comments",
"statuses_url": "https://api.github.com/repos/github/Hello-World/statuses/a3258d3434ecb2058b2784c8eb8610c2e9937a0d",
"head": {
"label": "github:branch-2ee3da8fde8a1adfe6d0809a1a414e4f",
"ref": "branch-2ee3da8fde8a1adfe6d0809a1a414e4f",
"sha": "a3258d3434ecb2058b2784c8eb8610c2e9937a0d",
"user": {
"login": "github",
"id": 5,
"node_id": "O_kgAF",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "",
"url": "https://api.github.com/users/github",
"html_url": "https://github.com/github",
"followers_url": "https://api.github.com/users/github/followers",
"following_url": "https://api.github.com/users/github/following{/other_user}",
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
"organizations_url": "https://api.github.com/users/github/orgs",
"repos_url": "https://api.github.com/users/github/repos",
"events_url": "https://api.github.com/users/github/events{/privacy}",
"received_events_url": "https://api.github.com/users/github/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"repo": {
"id": 1,
"node_id": "R_kgAB",
"name": "Hello-World",
"full_name": "github/Hello-World",
"private": false,
"owner": {
"login": "github",
"id": 5,
"node_id": "O_kgAF",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "",
"url": "https://api.github.com/users/github",
"html_url": "https://github.com/github",
"followers_url": "https://api.github.com/users/github/followers",
"following_url": "https://api.github.com/users/github/following{/other_user}",
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
"organizations_url": "https://api.github.com/users/github/orgs",
"repos_url": "https://api.github.com/users/github/repos",
"events_url": "https://api.github.com/users/github/events{/privacy}",
"received_events_url": "https://api.github.com/users/github/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/github/Hello-World",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/github/Hello-World",
"forks_url": "https://api.github.com/repos/github/Hello-World/forks",
"keys_url": "https://api.github.com/repos/github/Hello-World/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/github/Hello-World/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/github/Hello-World/teams",
"hooks_url": "https://api.github.com/repos/github/Hello-World/hooks",
"issue_events_url": "https://api.github.com/repos/github/Hello-World/issues/events{/number}",
"events_url": "https://api.github.com/repos/github/Hello-World/events",
"assignees_url": "https://api.github.com/repos/github/Hello-World/assignees{/user}",
"branches_url": "https://api.github.com/repos/github/Hello-World/branches{/branch}",
"tags_url": "https://api.github.com/repos/github/Hello-World/tags",
"blobs_url": "https://api.github.com/repos/github/Hello-World/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/github/Hello-World/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/github/Hello-World/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/github/Hello-World/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/github/Hello-World/statuses/{sha}",
"languages_url": "https://api.github.com/repos/github/Hello-World/languages",
"stargazers_url": "https://api.github.com/repos/github/Hello-World/stargazers",
"contributors_url": "https://api.github.com/repos/github/Hello-World/contributors",
"subscribers_url": "https://api.github.com/repos/github/Hello-World/subscribers",
"subscription_url": "https://api.github.com/repos/github/Hello-World/subscription",
"commits_url": "https://api.github.com/repos/github/Hello-World/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/github/Hello-World/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/github/Hello-World/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/github/Hello-World/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/github/Hello-World/contents/{+path}",
"compare_url": "https://api.github.com/repos/github/Hello-World/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/github/Hello-World/merges",
"archive_url": "https://api.github.com/repos/github/Hello-World/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/github/Hello-World/downloads",
"issues_url": "https://api.github.com/repos/github/Hello-World/issues{/number}",
"pulls_url": "https://api.github.com/repos/github/Hello-World/pulls{/number}",
"milestones_url": "https://api.github.com/repos/github/Hello-World/milestones{/number}",
"notifications_url": "https://api.github.com/repos/github/Hello-World/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/github/Hello-World/labels{/name}",
"releases_url": "https://api.github.com/repos/github/Hello-World/releases{/id}",
"deployments_url": "https://api.github.com/repos/github/Hello-World/deployments",
"created_at": "2025-08-01T18:44:14Z",
"updated_at": "2025-08-01T18:48:38Z",
"pushed_at": "2025-08-01T18:44:50Z",
"git_url": "git://github.localhost/github/Hello-World.git",
"ssh_url": "ssh://git@localhost:3035/github/Hello-World.git",
"clone_url": "https://github.com/github/Hello-World.git",
"svn_url": "https://github.com/github/Hello-World",
"homepage": null,
"size": 6,
"stargazers_count": 0,
"watchers_count": 0,
"language": null,
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 3,
"license": null,
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
"topics": [],
"visibility": "public",
"forks": 0,
"open_issues": 3,
"watchers": 0,
"default_branch": "main"
}
},
"base": {
"label": "github:branch-0f4ceb14cbe39e4786ffbabb776da599",
"ref": "branch-0f4ceb14cbe39e4786ffbabb776da599",
"sha": "9a9f5a8d77bdc2540412900d3c930fe36a82b5ed",
"user": {
"login": "github",
"id": 5,
"node_id": "O_kgAF",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "",
"url": "https://api.github.com/users/github",
"html_url": "https://github.com/github",
"followers_url": "https://api.github.com/users/github/followers",
"following_url": "https://api.github.com/users/github/following{/other_user}",
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
"organizations_url": "https://api.github.com/users/github/orgs",
"repos_url": "https://api.github.com/users/github/repos",
"events_url": "https://api.github.com/users/github/events{/privacy}",
"received_events_url": "https://api.github.com/users/github/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"repo": {
"id": 1,
"node_id": "R_kgAB",
"name": "Hello-World",
"full_name": "github/Hello-World",
"private": false,
"owner": {
"login": "github",
"id": 5,
"node_id": "O_kgAF",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "",
"url": "https://api.github.com/users/github",
"html_url": "https://github.com/github",
"followers_url": "https://api.github.com/users/github/followers",
"following_url": "https://api.github.com/users/github/following{/other_user}",
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
"organizations_url": "https://api.github.com/users/github/orgs",
"repos_url": "https://api.github.com/users/github/repos",
"events_url": "https://api.github.com/users/github/events{/privacy}",
"received_events_url": "https://api.github.com/users/github/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/github/Hello-World",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/github/Hello-World",
"forks_url": "https://api.github.com/repos/github/Hello-World/forks",
"keys_url": "https://api.github.com/repos/github/Hello-World/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/github/Hello-World/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/github/Hello-World/teams",
"hooks_url": "https://api.github.com/repos/github/Hello-World/hooks",
"issue_events_url": "https://api.github.com/repos/github/Hello-World/issues/events{/number}",
"events_url": "https://api.github.com/repos/github/Hello-World/events",
"assignees_url": "https://api.github.com/repos/github/Hello-World/assignees{/user}",
"branches_url": "https://api.github.com/repos/github/Hello-World/branches{/branch}",
"tags_url": "https://api.github.com/repos/github/Hello-World/tags",
"blobs_url": "https://api.github.com/repos/github/Hello-World/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/github/Hello-World/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/github/Hello-World/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/github/Hello-World/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/github/Hello-World/statuses/{sha}",
"languages_url": "https://api.github.com/repos/github/Hello-World/languages",
"stargazers_url": "https://api.github.com/repos/github/Hello-World/stargazers",
"contributors_url": "https://api.github.com/repos/github/Hello-World/contributors",
"subscribers_url": "https://api.github.com/repos/github/Hello-World/subscribers",
"subscription_url": "https://api.github.com/repos/github/Hello-World/subscription",
"commits_url": "https://api.github.com/repos/github/Hello-World/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/github/Hello-World/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/github/Hello-World/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/github/Hello-World/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/github/Hello-World/contents/{+path}",
"compare_url": "https://api.github.com/repos/github/Hello-World/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/github/Hello-World/merges",
"archive_url": "https://api.github.com/repos/github/Hello-World/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/github/Hello-World/downloads",
"issues_url": "https://api.github.com/repos/github/Hello-World/issues{/number}",
"pulls_url": "https://api.github.com/repos/github/Hello-World/pulls{/number}",
"milestones_url": "https://api.github.com/repos/github/Hello-World/milestones{/number}",
"notifications_url": "https://api.github.com/repos/github/Hello-World/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/github/Hello-World/labels{/name}",
"releases_url": "https://api.github.com/repos/github/Hello-World/releases{/id}",
"deployments_url": "https://api.github.com/repos/github/Hello-World/deployments",
"created_at": "2025-08-01T18:44:14Z",
"updated_at": "2025-08-01T18:48:38Z",
"pushed_at": "2025-08-01T18:44:50Z",
"git_url": "git://github.localhost/github/Hello-World.git",
"ssh_url": "ssh://git@localhost:3035/github/Hello-World.git",
"clone_url": "https://github.com/github/Hello-World.git",
"svn_url": "https://github.com/github/Hello-World",
"homepage": null,
"size": 6,
"stargazers_count": 0,
"watchers_count": 0,
"language": null,
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 3,
"license": null,
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
"topics": [],
"visibility": "public",
"forks": 0,
"open_issues": 3,
"watchers": 0,
"default_branch": "main"
}
},
"_links": {
"self": {
"href": "https://api.github.com/repos/github/Hello-World/pulls/6"
},
"html": {
"href": "https://github.com/github/Hello-World/pull/6"
},
"issue": {
"href": "https://api.github.com/repos/github/Hello-World/issues/6"
},
"comments": {
"href": "https://api.github.com/repos/github/Hello-World/issues/6/comments"
},
"review_comments": {
"href": "https://api.github.com/repos/github/Hello-World/pulls/6/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/github/Hello-World/pulls/comments{/number}"
},
"commits": {
"href": "https://api.github.com/repos/github/Hello-World/pulls/6/commits"
},
"statuses": {
"href": "https://api.github.com/repos/github/Hello-World/statuses/a3258d3434ecb2058b2784c8eb8610c2e9937a0d"
}
},
"author_association": "MEMBER",
"auto_merge": null,
"active_lock_reason": null
},
"content_type": "PullRequest",
"creator": {
"login": "monalisa",
"id": 2,
"node_id": "U_kgAC",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "",
"url": "https://api.github.com/users/monalisa",
"html_url": "https://github.com/monalisa",
"followers_url": "https://api.github.com/users/monalisa/followers",
"following_url": "https://api.github.com/users/monalisa/following{/other_user}",
"gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}",
"starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/monalisa/subscriptions",
"organizations_url": "https://api.github.com/users/monalisa/orgs",
"repos_url": "https://api.github.com/users/monalisa/repos",
"events_url": "https://api.github.com/users/monalisa/events{/privacy}",
"received_events_url": "https://api.github.com/users/monalisa/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"created_at": "2025-08-01T18:44:51Z",
"updated_at": "2025-08-06T19:25:18Z",
"archived_at": null,
"item_url": "https://api.github.com/orgs/github/projectsV2/1/items/13",
"fields": [
{
"id": 1,
"name": "Title",
"data_type": "title",
"value": {
"raw": "It seemed to me that any civilization that had so far lost its head as to need to include a set of detailed instructions for use in a packet of toothpicks, was no longer a civilization in which I could live and stay sane.",
"html": "It seemed to me that any civilization that had so far lost its head as to need to include a set of detailed instructions for use in a packet of toothpicks, was no longer a civilization in which I could live and stay sane.",
"number": 6,
"url": "https://github.com/5/1/pull/6",
"issue_id": 12,
"state": "open",
"state_reason": null,
"is_draft": false
}
},
{
"id": 2,
"name": "Assignees",
"data_type": "assignees",
"value": [
{
"login": "octocat",
"id": 175,
"node_id": "U_kgDMrw",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "",
"url": "https://api.github.com/users/octocat",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
"organizations_url": "https://api.github.com/users/octocat/orgs",
"repos_url": "https://api.github.com/users/octocat/repos",
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
"received_events_url": "https://api.github.com/users/octocat/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
]
},
{
"id": 3,
"name": "Status",
"data_type": "single_select",
"value": {
"id": "98236657",
"name": {
"raw": "Done",
"html": "Done"
},
"color": "PURPLE",
"description": {
"raw": "This has been completed",
"html": "This has been completed"
}
}
},
{
"id": 4,
"name": "Labels",
"data_type": "labels",
"value": [
{
"id": 19,
"node_id": "LA_kwABEw",
"url": "https://api.github.com/repos/github/Hello-World/labels/bug%20:bug:",
"name": "bug :bug:",
"color": "efe24f",
"default": false,
"description": "Something isn't working"
},
{
"id": 26,
"node_id": "LA_kwABGg",
"url": "https://api.github.com/repos/github/Hello-World/labels/fun%20size%20%F0%9F%8D%AB",
"name": "fun size 🍫",
"color": "f29c24",
"default": false,
"description": "Extra attention is needed"
},
{
"id": 33,
"node_id": "LA_kwABIQ",
"url": "https://api.github.com/repos/github/Hello-World/labels/%F0%9F%9A%92%20wontfix",
"name": "🚒 wontfix",
"color": "5891ce",
"default": false,
"description": "This will not be worked on"
}
]
},
{
"id": 5,
"name": "Linked pull requests",
"data_type": "linked_pull_requests",
"value": []
},
{
"id": 6,
"name": "Milestone",
"data_type": "milestone",
"value": {
"url": "https://api.github.com/repos/github/Hello-World/milestones/1",
"html_url": "https://github.com/github/Hello-World/milestone/1",
"labels_url": "https://api.github.com/repos/github/Hello-World/milestones/1/labels",
"id": 1,
"node_id": "MI_kwABAQ",
"number": 1,
"title": "Open milestone",
"description": null,
"creator": {
"login": "octocat",
"id": 175,
"node_id": "U_kgDMrw",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "",
"url": "https://api.github.com/users/octocat",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
"organizations_url": "https://api.github.com/users/octocat/orgs",
"repos_url": "https://api.github.com/users/octocat/repos",
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
"received_events_url": "https://api.github.com/users/octocat/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"open_issues": 2,
"closed_issues": 1,
"state": "open",
"created_at": "2025-08-01T18:44:30Z",
"updated_at": "2025-08-06T19:14:15Z",
"due_on": null,
"closed_at": null
}
},
{
"id": 7,
"name": "Repository",
"data_type": "repository",
"value": {
"id": 1,
"node_id": "R_kgAB",
"name": "Hello-World",
"full_name": "github/Hello-World",
"private": false,
"owner": {
"login": "github",
"id": 5,
"node_id": "O_kgAF",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "",
"url": "https://api.github.com/users/github",
"html_url": "https://github.com/github",
"followers_url": "https://api.github.com/users/github/followers",
"following_url": "https://api.github.com/users/github/following{/other_user}",
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
"organizations_url": "https://api.github.com/users/github/orgs",
"repos_url": "https://api.github.com/users/github/repos",
"events_url": "https://api.github.com/users/github/events{/privacy}",
"received_events_url": "https://api.github.com/users/github/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/github/Hello-World",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/github/Hello-World",
"forks_url": "https://api.github.com/repos/github/Hello-World/forks",
"keys_url": "https://api.github.com/repos/github/Hello-World/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/github/Hello-World/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/github/Hello-World/teams",
"hooks_url": "https://api.github.com/repos/github/Hello-World/hooks",
"issue_events_url": "https://api.github.com/repos/github/Hello-World/issues/events{/number}",
"events_url": "https://api.github.com/repos/github/Hello-World/events",
"assignees_url": "https://api.github.com/repos/github/Hello-World/assignees{/user}",
"branches_url": "https://api.github.com/repos/github/Hello-World/branches{/branch}",
"tags_url": "https://api.github.com/repos/github/Hello-World/tags",
"blobs_url": "https://api.github.com/repos/github/Hello-World/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/github/Hello-World/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/github/Hello-World/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/github/Hello-World/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/github/Hello-World/statuses/{sha}",
"languages_url": "https://api.github.com/repos/github/Hello-World/languages",
"stargazers_url": "https://api.github.com/repos/github/Hello-World/stargazers",
"contributors_url": "https://api.github.com/repos/github/Hello-World/contributors",
"subscribers_url": "https://api.github.com/repos/github/Hello-World/subscribers",
"subscription_url": "https://api.github.com/repos/github/Hello-World/subscription",
"commits_url": "https://api.github.com/repos/github/Hello-World/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/github/Hello-World/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/github/Hello-World/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/github/Hello-World/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/github/Hello-World/contents/{+path}",
"compare_url": "https://api.github.com/repos/github/Hello-World/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/github/Hello-World/merges",
"archive_url": "https://api.github.com/repos/github/Hello-World/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/github/Hello-World/downloads",
"issues_url": "https://api.github.com/repos/github/Hello-World/issues{/number}",
"pulls_url": "https://api.github.com/repos/github/Hello-World/pulls{/number}",
"milestones_url": "https://api.github.com/repos/github/Hello-World/milestones{/number}",
"notifications_url": "https://api.github.com/repos/github/Hello-World/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/github/Hello-World/labels{/name}",
"releases_url": "https://api.github.com/repos/github/Hello-World/releases{/id}",
"deployments_url": "https://api.github.com/repos/github/Hello-World/deployments"
}
},
{
"id": 8,
"name": "Type",
"data_type": "issue_type",
"value": null
},
{
"id": 9,
"name": "Reviewers",
"data_type": "reviewers",
"value": [
{
"type": "ReviewRequest",
"status": "pending",
"reviewer": {
"avatarUrl": "https://github.com/images/error/octocat_happy.gif",
"id": 2,
"login": "monalisa",
"url": "https://github.com/monalisa",
"name": "monalisa",
"type": "User"
}
}
]
},
{
"id": 10,
"name": "Parent issue",
"data_type": "parent_issue",
"value": null
},
{
"id": 11,
"name": "Sub-issues progress",
"data_type": "sub_issues_progress",
"value": null
}
]
}
Link
string
Example
<https://api.github.com/resource?page=2>; rel="next", <https://api.github.com/resource?page=5>; rel="last"

Not modified

Requires authentication

Media type application/json
Basic Error

Basic Error

object
message
string
documentation_url
string
url
string
status
string
Example generated
{
"message": "example",
"documentation_url": "example",
"url": "example",
"status": "example"
}

Forbidden

Media type application/json
Basic Error

Basic Error

object
message
string
documentation_url
string
url
string
status
string
Example generated
{
"message": "example",
"documentation_url": "example",
"url": "example",
"status": "example"
}