Full Repository
objectFull Repository
Example:1296269
Example:MDEwOlJlcG9zaXRvcnkxMjk2MjY5
Example:Hello-World
Example:octocat/Hello-World
Simple User
Show Child Parameters
Example:https://github.com/octocat/Hello-World
Example:This your first repo!
Example:https://api.github.com/repos/octocat/Hello-World
Example:http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}
Example:http://api.github.com/repos/octocat/Hello-World/assignees{/user}
Example:http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}
Example:http://api.github.com/repos/octocat/Hello-World/branches{/branch}
Example:http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}
Example:http://api.github.com/repos/octocat/Hello-World/comments{/number}
Example:http://api.github.com/repos/octocat/Hello-World/commits{/sha}
Example:http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}
Example:http://api.github.com/repos/octocat/Hello-World/contents/{+path}
Example:http://api.github.com/repos/octocat/Hello-World/contributors
Example:http://api.github.com/repos/octocat/Hello-World/deployments
Example:http://api.github.com/repos/octocat/Hello-World/downloads
Example:http://api.github.com/repos/octocat/Hello-World/events
Example:http://api.github.com/repos/octocat/Hello-World/forks
Example:http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}
Example:http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}
Example:http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}
Example:git:github.com/octocat/Hello-World.git
Example:http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}
Example:http://api.github.com/repos/octocat/Hello-World/issues/events{/number}
Example:http://api.github.com/repos/octocat/Hello-World/issues{/number}
Example:http://api.github.com/repos/octocat/Hello-World/keys{/key_id}
Example:http://api.github.com/repos/octocat/Hello-World/labels{/name}
Example:http://api.github.com/repos/octocat/Hello-World/languages
Example:http://api.github.com/repos/octocat/Hello-World/merges
Example:http://api.github.com/repos/octocat/Hello-World/milestones{/number}
Example:http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}
Example:http://api.github.com/repos/octocat/Hello-World/pulls{/number}
Example:http://api.github.com/repos/octocat/Hello-World/releases{/id}
Example:git@github.com:octocat/Hello-World.git
Example:http://api.github.com/repos/octocat/Hello-World/stargazers
Example:http://api.github.com/repos/octocat/Hello-World/statuses/{sha}
Example:http://api.github.com/repos/octocat/Hello-World/subscribers
Example:http://api.github.com/repos/octocat/Hello-World/subscription
Example:http://api.github.com/repos/octocat/Hello-World/tags
Example:http://api.github.com/repos/octocat/Hello-World/teams
Example:http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}
Example:https://github.com/octocat/Hello-World.git
Example:git:git.example.com/octocat/Hello-World
Example:http://api.github.com/repos/octocat/Hello-World/hooks
Example:https://svn.github.com/octocat/Hello-World
Example:https://github.com
Example:9
Example:80
Example:80
Example:108
Example:master
Example:true
Example:octocat, atom, electron, API
Example:true
Example:true
Example:true
Example:true
Returns whether or not this repository disabled.
The repository visibility: public, private, or internal.
Example:public
Example:2011-01-26T19:06:43Z
Example:2011-01-26T19:01:12Z
Example:2011-01-26T19:14:43Z
Show Child Parameters
Example:true
A git repository
Show Child Parameters
Example:true
Example:true
Example:true
Example:42
License Simple
Show Child Parameters
Simple User
Show Child Parameters
A git repository
Show Child Parameters
A git repository
Show Child Parameters
Whether anonymous git access is allowed.
Default:true
Code of Conduct Simple
Show Child Parameters
Artifact
objectAn artifact
Example:5
Example:MDEwOkNoZWNrU3VpdGU1
The name of the artifact.
Example:AdventureWorks.Framework
The size in bytes of the artifact.
Example:12345
Example:https://api.github.com/repos/github/hello-world/actions/artifacts/5
Example:https://api.github.com/repos/github/hello-world/actions/artifacts/5/zip
Whether or not the artifact has expired.
Job
objectInformation of a job execution in a workflow run
The id of the job.
Example:21
The id of the associated workflow run.
Example:5
Example:https://api.github.com/repos/github/hello-world/actions/runs/5
Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.
Example:1
Example:MDg6Q2hlY2tSdW40
The SHA of the commit that is being run.
Example:009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d
Example:https://api.github.com/repos/github/hello-world/actions/jobs/21
Example:https://github.com/github/hello-world/runs/4
The phase of the lifecycle that the job is currently in.
Allowed values:queuedin_progresscompleted
Example:queued
The outcome of the job.
Example:success
The time that the job started, in ISO 8601 format.
Example:2019-08-08T08:00:00-07:00
The time that the job finished, in ISO 8601 format.
Example:2019-08-08T08:00:00-07:00
The name of the job.
Example:test-coverage
Steps in this job.
Show Child Parameters
Example:https://api.github.com/repos/github/hello-world/check-runs/4
actions-enabled
booleanWhether GitHub Actions is enabled on the repository.
actions-repository-permissions
objectWhether GitHub Actions is enabled on the repository.
The permissions policy that controls the actions that are allowed to run. Can be one of: all
, local_only
, or selected
.
Allowed values:alllocal_onlyselected
The API URL to use to get or set the actions that are allowed to run, when allowed_actions
is set to selected
.