Github

Learn how to use Github with Composio

Overview

Enum

GITHUB

Description

GitHub is a code hosting platform for version control and collaboration, offering Git-based repository management, issue tracking, and continuous integration features

Authentication Details

client_id
stringRequired
client_secret
stringRequired
oauth_redirect_uri
stringDefaults to https://backend.composio.dev/api/v1/auth-apps/add
scopes
stringDefaults to public_repo,user

Actions

This endpoint allows organization owners or security managers to view dependabot alerts. access requires an oauth or personal access token with security events scope, or public repo scope for public repositories.

Action Parameters

org
stringRequired
state
string
severity
string
ecosystem
string
package
string
scope
string
sort
stringDefaults to created
direction
stringDefaults to desc
before
string
after
string
first
integerDefaults to 30
last
integer
per_page
integerDefaults to 30

Action Response

data
object
successful
boolean
error

This api endpoint lists gist comments, supporting media types for raw markdown (default) or base64-encoded contents for handling invalid utf-8 sequences. for more, see github’s media types documentation.

Action Parameters

gist_id
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This text explains how to create or update a repository secret with an encrypted value using libsodium. it requires collaborator access and an oauth or personal access token with repo scope. for encryption details, visit github’s guide.

Action Parameters

owner
stringRequired
repo
stringRequired
secret_name
stringRequired
encrypted_value
string
key_id
string

Action Response

data
object
successful
boolean
error

This endpoint fetches a codeql database for a repo, providing json metadata by default. for binary download, use accept: application/zip and handle redirects. requires security events scope for private/public repos, public repo for public only.

Action Parameters

owner
stringRequired
repo
stringRequired
language
stringRequired

Action Response

data
object
successful
boolean
error

Adds a gpg key to the authenticated user’s github account. oauth app tokens and personal access tokens (classic) need the write:gpg key scope to use this endpoint.

Action Parameters

name
string
armored_public_key
stringRequired

Action Response

data
object
successful
boolean
error

The teams api endpoint for deleting a team discussion comment is deprecated. users are advised to switch to the new endpoint as outlined in the provided url. oauth and personal access tokens require write:discussion scope.

Action Parameters

team_id
integerRequired
discussion_number
integerRequired
comment_number
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint provides a token to remove a self-hosted runner from a repository, expiring in 1 hour. users require admin access and the repo scope for oauth/personal tokens to use it.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

The text details a format for tracking commits: [day, hour, commits], with days 0-6 for sunday-saturday and hours 0-23. example [2, 14, 25] represents 25 commits at 2pm on tuesdays, based on commit timestamps.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Get a redirect url for downloading a zip of a repo, defaulting to the main branch. ensure redirects are followed. link expires in 5 mins for private repos; empty ones give a 404 error.

Action Parameters

owner
stringRequired
repo
stringRequired
ref
stringRequired

Action Response

data
object
successful
boolean
error

Updates a project board’s information. returns a 404 not found status if projects are disabled. if you do not have sufficient privileges to perform this action, a 401 unauthorized or 410 gone status is returned.

Action Parameters

project_id
integerRequired
name
string
body
string
state
string
organization_permission
string
private
boolean

Action Response

data
object
successful
boolean
error

Removes a collaborator from an organization project. you must be an organization owner or a project admin to remove a collaborator.

Action Parameters

project_id
integerRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

This creates a tag protection state for a repository. this endpoint is only available to repository administrators.

Action Parameters

owner
stringRequired
repo
stringRequired
pattern
stringRequired

Action Response

data
object
successful
boolean
error

Deletes an organization’s secret using its name. users need collaborator access or admin:org scope (for oauth/personal access tokens) to manage secrets. private repository actions require the repo scope.

Action Parameters

org
stringRequired
secret_name
stringRequired

Action Response

data
object
successful
boolean
error

To create a project card, submit a post request with column id and a note or repository content details. successful submissions return a 201 response with card details.

Action Parameters

column_id
integerRequired

Action Response

data
object
successful
boolean
error

The text describes an api endpoint to get an organization’s webhook config. only organization owners can use it, requiring admin:org hook scope for oauth and personal tokens. oauth apps can’t interact with webhooks they didn’t create.

Action Parameters

org
stringRequired
hook_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists all artifacts for a repository. anyone with read access to the repository can use this endpoint. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint with a private repository.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1
name
string

Action Response

data
object
successful
boolean
error

Protected branches are accessible in both free and paid github plans, including public repositories with github free, and both public and private repositories with higher-tier plans. more details are in github’s help documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

Create a reaction to a pull request review comment as described in the github documentation. a successful reaction will return an http 200 status, indicating the reaction type was added.

Action Parameters

owner
stringRequired
repo
stringRequired
comment_id
integerRequired
content
stringRequired

Action Response

data
object
successful
boolean
error

This is the user’s organization dashboard. you must be authenticated as the user to view this.

Action Parameters

username
stringRequired
org
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Oauth app tokens and personal access tokens (classic) need the security events scope to use this endpoint. if this endpoint is only used with public repositories, the token can use the public repo scope instead.

Action Parameters

owner
stringRequired
repo
stringRequired
state
string
severity
string
ecosystem
string
package
string
manifest
string
scope
string
sort
stringDefaults to created
direction
stringDefaults to desc
page
integerDefaults to 1
per_page
integerDefaults to 30
before
string
after
string
first
integerDefaults to 30
last
integer

Action Response

data
object
successful
boolean
error

Github’s endpoint merges a branch by requiring the repo’s owner, name, and json details (base, head, optional message). it returns status 201 with commit info on success, or errors for issues like missing branches, conflicts, forbidden actions, or spam.

Action Parameters

owner
stringRequired
repo
stringRequired
base
stringRequired
head
stringRequired
commit_message
string

Action Response

data
object
successful
boolean
error

note: if your email is set to private and you send an email parameter as part of this request to update your profile, your privacy settings are still enforced: the email address will not be displayed on your public profile or via the api.

Action Parameters

name
string
email
string
blog
string
twitter_username
string
company
string
location
string
hireable
boolean
bio
string

Action Response

data
object
successful
boolean
error

Approves or denies multiple pending requests to access organization resources via a fine-grained personal access token. only github apps can use this endpoint.

Action Parameters

org
stringRequired
pat_request_ids
array
action
stringRequired
reason
string

Action Response

data
object
successful
boolean
error

This endpoint displays secret scanning alerts for organization repositories, requiring admin/security manager roles and specific token scopes (repo, security events, public repo) for access.

Action Parameters

org
stringRequired
state
string
secret_type
string
resolution
string
sort
stringDefaults to created
direction
stringDefaults to desc
page
integerDefaults to 1
per_page
integerDefaults to 30
before
string
after
string
validity
string

Action Response

data
object
successful
boolean
error

Users with push access can create a release, triggering notifications. rapid creation may face secondary rate limiting. for details, see github’s rate limits and rest api best practices.

Action Parameters

owner
stringRequired
repo
stringRequired
tag_name
stringRequired
target_commitish
string
name
string
body
string
draft
boolean
prerelease
boolean
discussion_category_name
string
generate_release_notes
boolean
make_latest
stringDefaults to True

Action Response

data
object
successful
boolean
error

Users with push access in a repository can create commit statuses for a given sha. note: there is a limit of 1000 statuses per sha and context within a repository. attempts to create more than 1000 statuses will result in a validation error.

Action Parameters

owner
stringRequired
repo
stringRequired
sha
stringRequired
state
stringRequired
target_url
string
description
string
context
stringDefaults to default

Action Response

data
object
successful
boolean
error

The text discusses retrieving an organization’s webhook configuration, requiring ownership and admin:org hook scope for access. it notes limitations on viewing or editing webhooks based on their creation origin.

Action Parameters

org
stringRequired
hook_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists repositories the authenticated user is watching.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Removes the public membership for the authenticated user from the specified organization, unless public visibility is enforced by default.

Action Parameters

org
stringRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

To use the endpoint for posting json payloads, one must be an organization owner with admin:org hook scope for oauth or classic tokens. oauth apps can’t interact with non-owned webhooks, and users can’t manage webhooks made by oauth apps.

Action Parameters

org
stringRequired
name
stringRequired
config__url
string
config__content__type
string
config__secret
string
config__insecure__ssl
string
config__username
string
config__password
string
events
arrayDefaults to ['push']
active
booleanDefaults to True

Action Response

data
object
successful
boolean
error

Create a repository from a template via template owner and template repo. non-public templates need authentication. verify with the is template value. oauth and personal tokens require specific scopes to create repositories.

Action Parameters

template_owner
stringRequired
template_repo
stringRequired
owner
string
name
stringRequired
description
string
include_all_branches
boolean
private
boolean

Action Response

data
object
successful
boolean
error

This endpoint enables the deletion of a self-hosted runner from an organization when the machine is unavailable, requiring admin access and specific oauth scopes (admin:org for all, plus repo for private repos).

Action Parameters

org
stringRequired
runner_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists a team’s repositories visible to the authenticated user. note: you can also specify a team by org id and team id using the route get /organizations/{org_id}/team/{team_id}/repos.

Action Parameters

org
stringRequired
team_slug
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This api endpoint fetches contents of files or directories in various formats, uniquely manages directories, symlinks, and submodules, and supports up to 1,000 files per directory with size constraints on features.

Action Parameters

owner
stringRequired
repo
stringRequired
path
stringRequired
ref
string

Action Response

data
object
successful
boolean
error

The text explains how to find total commit counts for an owner and everyone (all) in the last 52 weeks, from the oldest to the most recent week (seven days ago until today at utc midnight), by subtracting the owner’s commits from all.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Update a ruleset for a repository.

Action Parameters

owner
stringRequired
repo
stringRequired
ruleset_id
integerRequired
name
string
target
string
enforcement
string
bypass_actors
array
conditions__ref__name__include
array
conditions__ref__name__exclude
array
rules
array

Action Response

data
object
successful
boolean
error

If you are authenticated as the given user, you will see your private events. otherwise, you’ll only see public events.

Action Parameters

username
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The text outlines that the authenticated user can access repositories they own, collaborate on, or are part of through an organization, given explicit :read, :write, or :admin permissions.

Action Parameters

type
stringDefaults to all
sort
stringDefaults to full_name
direction
string
per_page
integerDefaults to 30
page
integerDefaults to 1
since
string
before
string

Action Response

data
object
successful
boolean
error

Adding a reaction to a team discussion comment via github’s api results in http 200 if the reaction exists. specify teams by org id and team id. oauth tokens require write:discussion scope.

Action Parameters

org
stringRequired
team_slug
stringRequired
discussion_number
integerRequired
comment_number
integerRequired
content
stringRequired

Action Response

data
object
successful
boolean
error

To use this endpoint, you must be an organization owner and have admin:org hook scope. oauth apps can’t interact with webhooks they didn’t create; users have similar restrictions with oauth app-created webhooks.

Action Parameters

org
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Temporarily restricts which type of github user can interact with your public repositories. setting the interaction limit at the user level will overwrite any interaction limits that are set for individual repositories owned by the user.

Action Parameters

limit
stringRequired
expiry
string

Action Response

data
object
successful
boolean
error

This text outlines how to edit discussion comments, specifying teams with org id and team id. it requires write:discussion scope for oauth and classic personal access tokens.

Action Parameters

org
stringRequired
team_slug
stringRequired
discussion_number
integerRequired
comment_number
integerRequired
body
stringRequired

Action Response

data
object
successful
boolean
error

A user can restore a deleted package version within 30 days if its namespace and version are unclaimed. oauth and personal tokens need read:packages and write:packages scopes, plus repo scope for certain registries.

Action Parameters

package_type
stringRequired
package_name
stringRequired
package_version_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists the ssh signing keys for a user. this operation is accessible by anyone.

Action Parameters

username
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Re-runs your workflow run using its id. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
run_id
integerRequired
enable_debug_logging
boolean

Action Response

data
object
successful
boolean
error

Protected branches are accessible in both public and private repositories across various github plans, including github free and paid accounts. they allow specific users to have push access, with a total limit of 100 items for users, apps, and teams.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

Returns the collaborator’s permission level for an organization project. possible values for the permission key: admin, write, read, none. you must be an organization owner or a project admin to review a user’s permission level.

Action Parameters

project_id
integerRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

Gets a project by its id. returns a 404 not found status if projects are disabled. if you do not have sufficient privileges to perform this action, a 401 unauthorized or 410 gone status is returned.

Action Parameters

project_id
integerRequired

Action Response

data
object
successful
boolean
error

Endpoint lists pull request review comments in ascending order by id, supporting custom media types for raw, text-only, html rendered, and full representations of markdown body. more info on media types at github docs.

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired
sort
stringDefaults to created
direction
string
since
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Authenticated users can delete a repository invitation by invitation id. if declined, it returns 204, and for conflicts/errors such as 404 or 403, see github docs.

Action Parameters

invitation_id
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint manages repo thread notifications: ignore to halt alerts until mentioned, subscribe to activate alerts, and unsubscribe to delete notifications for a thread.

Action Parameters

thread_id
integerRequired
ignored
boolean

Action Response

data
object
successful
boolean
error

List the authenticated user’s starred gists:

Action Parameters

since
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This process deletes an organization and its repositories, making its login unavailable for 90 days. users should review the terms of service on github’s site before deletion.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint lists user-readable packages in an organization, requiring read:packages scope for oauth and classic tokens. for certain registries, repo scope is also needed. details on these registries at github’s documentation on package permissions.

Action Parameters

package_type
stringRequired
org
stringRequired
visibility
string
page
integerDefaults to 1
per_page
integerDefaults to 30

Action Response

data
object
successful
boolean
error

Protected branches are accessible in both free and paid github plans, including public and private repositories. they allow granting push access to specific teams, including child teams. for more details, refer to github’s documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

Manually trigger a github actions workflow by replacing workflow id with the file name (e.g., main.yaml). ensure it’s set to activate on a workflow dispatch event with properly configured inputs. oauth/personal tokens require repo scope.

Action Parameters

owner
stringRequired
repo
stringRequired
workflow_id
integerRequired
ref
stringRequired
inputs
object

Action Response

data
object
successful
boolean
error

Delete a reaction to a commit comment by using the delete method on /repositories/:repository id/comments/:comment id/reactions/:reaction id, specifying the repository id.

Action Parameters

owner
stringRequired
repo
stringRequired
comment_id
integerRequired
reaction_id
integerRequired

Action Response

data
object
successful
boolean
error

Github supports draft pull requests in various plans, including free, pro, team, and enterprise. it tests mergeability without branch changes, using mergeable and merge commit sha attributes, and allows for specific media types in data retrieval.

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired

Action Response

data
object
successful
boolean
error

Git commits’ verification object confirms signature validity, detailing verification status and reason, with fields like verified, reason, signature, and payload, indicating reasons from expired key to valid.

Action Parameters

owner
stringRequired
repo
stringRequired
message
stringRequired
tree
stringRequired
parents
array
author__name
string
author__email
string
author__date
string
committer__name
string
committer__email
string
committer__date
string
signature
string

Action Response

data
object
successful
boolean
error

Get all the rulesets for a repository.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1
includes_parents
booleanDefaults to True

Action Response

data
object
successful
boolean
error

This endpoint lists starred repositories of the authenticated user and supports media type application/vnd.github.star+json to include star creation timestamps. more on media types at github docs.

Action Parameters

sort
stringDefaults to created
direction
stringDefaults to desc
per_page
integerDefaults to 1
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

To remove a team discussion comment reaction, use delete with specific ids, requiring write:discussion scope via oauth/personal tokens. see documentation for details.

Action Parameters

org
stringRequired
team_slug
stringRequired
discussion_number
integerRequired
comment_number
integerRequired
reaction_id
integerRequired

Action Response

data
object
successful
boolean
error

This api endpoint returns a repository’s branch list, allows filtering by protection status, supports pagination (30 results/page), and is detailed in github’s documentation.(DEPRECATED use list_branches)

Action Parameters

owner
stringRequired
repo
stringRequired
protected
boolean
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Retrieves a github team using its slug, created by lowercasing the name, replacing spaces with -, and special characters. alternatively, specify a team by org id and team id.

Action Parameters

org
stringRequired
team_slug
stringRequired

Action Response

data
object
successful
boolean
error

Get a published release with the specified tag.

Action Parameters

owner
stringRequired
repo
stringRequired
tag
stringRequired

Action Response

data
object
successful
boolean
error

Lists the codespaces associated to a specified organization. oauth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1
org
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint handles notifications and collaborator permissions with possible secondary rate limiting. it restricts adding outside collaborators and changing permissions, imposing guidelines and limits on invitation rates.

Action Parameters

owner
stringRequired
repo
stringRequired
username
stringRequired
permission
stringDefaults to push

Action Response

data
object
successful
boolean
error

Summarizes how to manage and view rule evaluations for repositories within an organization, with detailed guidance available at the provided github documentation link.

Action Parameters

org
stringRequired
repository_name
integer
time_period
stringDefaults to day
actor_name
string
rule_suite_result
stringDefaults to all
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint lets organization owners retrieve a delivery for their organization’s webhook, requiring admin:org hook scope. oauth apps can’t manage others’ webhooks, and users can’t manage those created by oauth apps.

Action Parameters

org
stringRequired
hook_id
integerRequired
delivery_id
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint fetches assets for a repository’s release on github, needing repository owner, repo name, and release id. supports pagination with per page and page. returns asset details like download url and metadata. see documentation for more.

Action Parameters

owner
stringRequired
repo
stringRequired
release_id
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

To access team memberships, which include child members, team visibility is needed. use specific api endpoints to check membership details like state and role, noting organization owners are maintainers.

Action Parameters

org
stringRequired
team_slug
stringRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

To access a user’s public package metadata, oauth and classic tokens need read:packages scope; repo scope is also required for repository-scoped github packages. refer to github documentation for specific registry information.

Action Parameters

package_type
stringRequired
package_name
stringRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

In order to get a user’s membership with an organization, the authenticated user must be an organization member. the state parameter in the response can be used to identify the user’s membership status.

Action Parameters

org
stringRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint displays all secret scanning alerts for eligible repositories to their admins, requiring oauth or access tokens with repo, security events, or public repo for public ones.

Action Parameters

owner
stringRequired
repo
stringRequired
alert_number
integerRequired
page
integerDefaults to 1
per_page
integerDefaults to 30

Action Response

data
object
successful
boolean
error

Search for github repositories by criteria, returning up to 100 results per page. search includes text match metadata for names and descriptions. example: find popular tetris repositories in assembly, sorted by stars.

Action Parameters

q
stringRequired
sort
string
order
stringDefaults to desc
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint details review comments, supporting media types for raw markdown, text, html representations, and all combined. for more, see github’s documentation on media types.

Action Parameters

owner
stringRequired
repo
stringRequired
comment_id
integerRequired

Action Response

data
object
successful
boolean
error

Stops a user’s codespace. oauth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

Action Parameters

org
stringRequired
username
stringRequired
codespace_name
stringRequired

Action Response

data
object
successful
boolean
error

When transferring a personal repository to another user, the new owner must accept the request. the process is asynchronous, with details on the original owner included. for more on transferring repositories, visit github’s documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
new_owner
stringRequired
new_name
string
team_ids
array

Action Response

data
object
successful
boolean
error

Request site builds from the latest revision on the default branch without extra commits. useful for diagnosing build issues. limited to one concurrent build per repository and requester; additional requests are queued.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Create/update environments with protection rules and requirements for reviewers, branch name patterns, and secrets. use repo scope for oauth/personal tokens. see github docs on environments, branch policies, and actions secrets for details.

Action Parameters

owner
stringRequired
repo
stringRequired
environment_name
stringRequired
wait_timer
integer
prevent_self_review
boolean
reviewers
array
deployment__branch__policy__protected__branches
boolean
deployment__branch__policy__custom__branch__policies
boolean

Action Response

data
object
successful
boolean
error

This endpoint lists all forks of a specified gist (gist id), supporting pagination via per page and page. it returns gist forks with user info and metadata. for more, see github’s documentation.

Action Parameters

gist_id
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This text outlines the process for removing interaction restrictions from a repository, requiring owner or admin access. attempting to change limits at the user or organization level without proper permissions results in a 409 conflict response.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

This text explains that using a specified command can trigger a hook for the latest push in a repository if it’s subscribed to push events. without subscription, it responds with 204, without a test post.

Action Parameters

owner
stringRequired
repo
stringRequired
hook_id
integerRequired

Action Response

data
object
successful
boolean
error

The git database api retrieves ref arrays for branches or tags. without specifying :ref, it returns all references. non-existent :refs yield starting matches. mergeability requires a pull request.

Action Parameters

owner
stringRequired
repo
stringRequired
ref
stringRequired

Action Response

data
object
successful
boolean
error

When two factor requirement enabled is true, an organization mandates 2fa for all. details require organization ownership or admin:org scope with tokens. github apps need organization plan permission for plan details.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

Create a fork for the user; it’s asynchronous so wait a bit. if over 5 mins, contact github support. needs github app installed on both source and destination accounts with necessary access.

Action Parameters

owner
stringRequired
repo
stringRequired
organization
string
name
string
default_branch_only
boolean

Action Response

data
object
successful
boolean
error

Sets the customization template and opt-in or opt-out flag for an openid connect (oidc) subject claim for a repository. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
use_default
booleanRequired
include_claim_keys
array

Action Response

data
object
successful
boolean
error

The text describes an approach to list organizations by their creation order, utilizing a since parameter for pagination, with direction to use the [link header] for navigating to subsequent pages.

Action Parameters

since
integer
per_page
integerDefaults to 30

Action Response

data
object
successful
boolean
error

The api endpoint to react to team discussion comments is outdated and recommends using a newer endpoint. reactions that work will give an http 200 response, needing write:discussion access.

Action Parameters

team_id
integerRequired
discussion_number
integerRequired
comment_number
integerRequired
content
stringRequired

Action Response

data
object
successful
boolean
error

Fetches issues assigned to the user across all repos, using filters to customize the fetch. issues and pull requests are included, discernible by the pull request key. supports various media types for responses. visit github docs for more info.

Action Parameters

filter
stringDefaults to assigned
state
stringDefaults to open
labels
string
sort
stringDefaults to created
direction
stringDefaults to desc
since
string
collab
boolean
orgs
boolean
owned
boolean
pulls
boolean
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This document explains how to access and filter workflow runs in a github repository for users with read access, requiring repo scope for private ones. it limits searches to 1,000 results per query with parameters.

Action Parameters

owner
stringRequired
repo
stringRequired
actor
string
branch
string
event
string
status
string
per_page
integerDefaults to 30
page
integerDefaults to 1
created
string
exclude_pull_requests
boolean
check_suite_id
integer
head_sha
string

Action Response

data
object
successful
boolean
error

Public gists can be listed from most to least recently updated, with pagination allowing up to 3000 gists retrieval, e.g., 100 pages of 30 gists or 30 pages of 100 gists.

Action Parameters

since
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Protected branches are enabled across various github plans, requiring admin permissions to set up. note that updating users and teams arrays overwrites existing ones, with a total limit of 100 items for users, apps, and teams combined.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired
required__status__checks__strict
boolean
required__status__checks__contexts
array
required__status__checks__checks
array
enforce_admins
booleanRequired
required__pull__request__reviews__dismissal__restrictions__users
array
required__pull__request__reviews__dismissal__restrictions__teams
array
required__pull__request__reviews__dismissal__restrictions__apps
array
required__pull__request__reviews__dismiss__stale__reviews
boolean
required__pull__request__reviews__require__code__owner__reviews
boolean
required__pull__request__reviews__required__approving__review__count
integer
required__pull__request__reviews__require__last__push__approval
boolean
required__pull__request__reviews__bypass__pull__request__allowances__users
array
required__pull__request__reviews__bypass__pull__request__allowances__teams
array
required__pull__request__reviews__bypass__pull__request__allowances__apps
array
restrictions__users
array
restrictions__teams
array
restrictions__apps
array
required_linear_history
boolean
allow_force_pushes
boolean
allow_deletions
boolean
block_creations
boolean
required_conversation_resolution
boolean
lock_branch
boolean
allow_fork_syncing
boolean

Action Response

data
object
successful
boolean
error

The api enables comparison of two commits, across same/different repos or forks, focusing on file changes, order variations from git log, supports pagination for extensive comparisons, and provides signature verification for commits.

Action Parameters

owner
stringRequired
repo
stringRequired
page
integerDefaults to 1
per_page
integerDefaults to 30
basehead
stringRequired

Action Response

data
object
successful
boolean
error

Users can delete a package version unless it’s public with over 5,000 downloads. admin permissions are required for certain registry types, with read:packages and delete:packages scopes needed. contact github support if unable to delete.

Action Parameters

package_type
stringRequired
package_name
stringRequired
username
stringRequired
package_version_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists the active subscriptions for the authenticated user.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Lists all labels for a repository.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Deletes a milestone using the given milestone number.

Action Parameters

owner
stringRequired
repo
stringRequired
milestone_number
integerRequired

Action Response

data
object
successful
boolean
error

The text outlines how to set default workflow permissions for the github token in an organization and its ability to approve pull requests. it mentions required scopes for oauth and personal tokens to use this endpoint.

Action Parameters

org
stringRequired
default_workflow_permissions
string
can_approve_pull_request_reviews
boolean

Action Response

data
object
successful
boolean
error

The teams api will remove the deprecated endpoint route. users are advised to switch to the get a discussion endpoint. access requires read:discussion scope for oauth and classic tokens.

Action Parameters

team_id
integerRequired
discussion_number
integerRequired

Action Response

data
object
successful
boolean
error

Gets a specific variable in a repository. the authenticated user must have collaborator access to the repository to use this endpoint. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
name
stringRequired

Action Response

data
object
successful
boolean
error

Update github repo invitations by specifying user permissions (read, write, admin) through the path {owner}`/`{repo}`/invitations/`{invitation_id}. more info on github docs.

Action Parameters

owner
stringRequired
repo
stringRequired
invitation_id
integerRequired
permissions
string

Action Response

data
object
successful
boolean
error

This endpoint allows admin users to remove a custom label from a self-hosted runner in a repository, returning the remaining labels. a 404 status occurs if the label is absent. oauth app tokens and personal access tokens require repo scope.

Action Parameters

owner
stringRequired
repo
stringRequired
runner_id
integerRequired
name
stringRequired

Action Response

data
object
successful
boolean
error

List the users you’ve blocked on your personal account.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This document provides details on obtaining rule evaluations for a repository, with further guidance available on managing rulesets at a provided github documentation link.

Action Parameters

owner
stringRequired
repo
stringRequired
rule_suite_id
integerRequired

Action Response

data
object
successful
boolean
error

The import feature for repositories is deprecated due to low usage and alternatives, ceasing on april 12, 2024. more info can be found in the changelog.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Lists languages for the specified repository. the value shown for each language is the number of bytes of code written in that language.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Users with push access can lock conversations in issues or pull requests. without parameters, set content-length to zero. more info at github’s rest api guide.

Action Parameters

owner
stringRequired
repo
stringRequired
issue_number
integerRequired
lock_reason
string

Action Response

data
object
successful
boolean
error

This endpoint lists packages in a user’s namespace accessible to the requester, requiring read:packages scope, and repo scope for certain github packages registries. it directs to a doc for registry-specific permissions.

Action Parameters

package_type
stringRequired
visibility
string
username
stringRequired
page
integerDefaults to 1
per_page
integerDefaults to 30

Action Response

data
object
successful
boolean
error

This endpoint lists reviews for a pull request chronologically, supporting different media types for varying representations of the markdown body, including raw, text, html, or all.

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The “get team member” endpoint is deprecated. instead, use the “get team membership for a user” endpoint for retrieving active and pending memberships, ensuring the team is visible to the authenticated user.

Action Parameters

team_id
integerRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

Removing a collaborator from a repo revokes their access, cancels invitations, unassigns issues, affects their fork permissions, and updates org project access. changes may take time and access might persist through org permissions.

Action Parameters

owner
stringRequired
repo
stringRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

Lists all of your email addresses, and specifies which one is visible to the public. oauth app tokens and personal access tokens (classic) need the user:email scope to use this endpoint.(DEPRECATED use list_email_addresses_for_the_authenticated_user)

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This api endpoint fetches details of a repository branch including commit info and protection status, requiring repo owner and branch name. it supports conditional requests, github apps, and offers detailed commit data and api links.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint fetches a repository’s readme, offering raw file contents by default (application/vnd.github.raw+json) or in html format (application/vnd.github.html+json), utilizing github’s markup library for rendering.

Action Parameters

owner
stringRequired
repo
stringRequired
dir
stringRequired
ref
string

Action Response

data
object
successful
boolean
error

Deletes the provided reference.

Action Parameters

owner
stringRequired
repo
stringRequired
ref
stringRequired

Action Response

data
object
successful
boolean
error

Draft pull requests are available across various github plans. the endpoint supports custom media types like raw, text, html, diff, and patch representations. for more details, refer to github’s products and media types documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
state
stringDefaults to open
head
string
base
string
sort
stringDefaults to created
direction
string
per_page
integerDefaults to 1
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

List all workflow runs using workflow id or the file name like main.yaml. parameters can refine results. it’s accessible to those with read access, and private repositories require repo scope via oauth or personal access tokens.

Action Parameters

owner
stringRequired
repo
stringRequired
workflow_id
integerRequired
actor
string
branch
string
event
string
status
string
per_page
integerDefaults to 30
page
integerDefaults to 1
created
string
exclude_pull_requests
boolean
check_suite_id
integer
head_sha
string

Action Response

data
object
successful
boolean
error

When authenticating as a user with admin rights to a repository, this endpoint will list all currently open repository invitations.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Lists repositories a user is watching.

Action Parameters

username
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

To reference an environment variable in github actions, users need collaborator access. oauth and classic personal access tokens require the repo scope for creation, updating, or reading variables.

Action Parameters

owner
stringRequired
repo
stringRequired
environment_name
stringRequired
name
stringRequired
value
stringRequired

Action Response

data
object
successful
boolean
error

Update a repository’s webhook by providing the same or a new secret; otherwise, the secret is removed. for partial config updates, use the specific webhook configuration update guide.

Action Parameters

owner
stringRequired
repo
stringRequired
hook_id
integerRequired
config__url
string
config__content__type
string
config__secret
string
config__insecure__ssl
string
events
arrayDefaults to ['push']
add_events
array
remove_events
array
active
booleanDefaults to True

Action Response

data
object
successful
boolean
error

This text explains how to delete a github pages site, requiring the user to be a repository admin, maintainer, or have specific permissions. oauth or personal access tokens with ‘repo’ scope are needed.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

The verification object in a commit includes the verified status, reason, signature, and payload. failure can result from key issues, service errors, unsigned commits, unrecognized signatures, email issues, or invalid signatures.

Action Parameters

owner
stringRequired
repo
stringRequired
sha
string
path
string
author
string
committer
string
since
string
until
string
per_page
integerDefaults to 1
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Protected branches in github restrict push access in public and private repositories, allowing only certain users with a total limit of 100 items, including users, apps, and teams. see github’s documentation for more.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

Oauth and github app owners can revoke user grants with basic authentication, using client id and client secret, along with a valid access token. this action deletes all oauth tokens and removes the app from the user’s github settings.

Action Parameters

client_id
stringRequired
access_token
stringRequired

Action Response

data
object
successful
boolean
error

This text outlines how to retrieve a repository’s webhook configuration and details, specifying that oauth app tokens and personal access tokens require read:repo hook or repo scope for access.

Action Parameters

owner
stringRequired
repo
stringRequired
hook_id
integerRequired

Action Response

data
object
successful
boolean
error

Returns a list of webhook deliveries for a webhook configured in a repository.

Action Parameters

owner
stringRequired
repo
stringRequired
hook_id
integerRequired
per_page
integerDefaults to 30
cursor
string
redelivery
boolean

Action Response

data
object
successful
boolean
error

Authenticated users need collaborator access to delete an environment variable by its name. oauth and classic personal access tokens require the repo scope for this action.

Action Parameters

owner
stringRequired
repo
stringRequired
name
stringRequired
environment_name
stringRequired

Action Response

data
object
successful
boolean
error

Lists the workflows in a repository. anyone with read access to the repository can use this endpoint. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint with a private repository.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The document outlines how to obtain code scanning alerts, highlighting the inclusion of the most recent instance for a specified branch/reference. access requires security events scope for private/public repos or public repo scope for public ones.

Action Parameters

owner
stringRequired
repo
stringRequired
tool_name
string
tool_guid
string
page
integerDefaults to 1
per_page
integerDefaults to 30
ref
string
direction
stringDefaults to desc
sort
stringDefaults to created
state
string
severity
string

Action Response

data
object
successful
boolean
error

The text outlines a feature for listing code scanning alerts on default branches in eligible repos. it requires oauth/access tokens with specific permissions for org owners or security managers, with additional notes on security management.

Action Parameters

org
stringRequired
tool_name
string
tool_guid
string
before
string
after
string
page
integerDefaults to 1
per_page
integerDefaults to 30
direction
stringDefaults to desc
state
string
sort
stringDefaults to created
severity
string

Action Response

data
object
successful
boolean
error

Users with push access can create deployment statuses for a given deployment. oauth app tokens and personal access tokens (classic) need the repo deployment scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
deployment_id
integerRequired
state
stringRequired
target_url
string
log_url
string
description
string
environment
string
environment_url
string
auto_inactive
boolean

Action Response

data
object
successful
boolean
error

Lists github classroom assignments for a classroom. assignments will only be returned if the current user is an administrator of the github classroom.

Action Parameters

classroom_id
integerRequired
page
integerDefaults to 1
per_page
integerDefaults to 30

Action Response

data
object
successful
boolean
error

This endpoint converts markdown to html, offering ‘markdown’ and ‘gfm’ modes, with ‘gfm’ requiring a repo context. see github docs for details.

Action Parameters

text
stringRequired
mode
stringDefaults to markdown
context
string

Action Response

data
object
successful
boolean
error

This api fetches github actions cache usage for a repository, updating roughly every 5 minutes. it’s accessible by anyone with read access, but private repos require oauth or personal access tokens with repo scope.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

To create, update, or read variables in a github actions workflow, authenticated users need collaborator access, and oauth app tokens or classic personal access tokens must have the repo scope.

Action Parameters

owner
stringRequired
repo
stringRequired
name
stringRequired
value
string

Action Response

data
object
successful
boolean
error

This endpoint lists a github user’s public events, accepting username and optional per page and page parameters for pagination. it shows activities such as watched repos and pushed commits.

Action Parameters

username
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The text guides on verifying a team’s permissions for a repository, including inherited permissions, by using a special media type. it elaborates on the necessary permissions for private repositories and an alternative way to specify a team.

Action Parameters

org
stringRequired
team_slug
stringRequired
owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

The teams api is deprecated; use “add or update team repository permissions” instead. admins with proper visibility in organization or direct fork repos can modify permissions. it doesn’t work on non-organization repos, resulting in a 422 error.

Action Parameters

team_id
integerRequired
owner
stringRequired
repo
stringRequired
permission
string

Action Response

data
object
successful
boolean
error

List all users who are members of an organization. if the authenticated user is also a member of this organization then both concealed and public members will be returned.

Action Parameters

org
stringRequired
filter
stringDefaults to all
role
stringDefaults to all
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

note: the :app slug is just the url-friendly name of your github app. you can find this on the settings page for your github app (e.g., https://github.com/settings/apps/:app slug).

Action Parameters

app_slug
stringRequired

Action Response

data
object
successful
boolean
error

This text describes an api endpoint that retrieves devcontainer.json files from a specified repository, detailing launch configurations for codespaces. oauth app and personal tokens require codespace scope to access.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1
owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Get hypermedia links to resources accessible in github’s rest api(DEPRECATED use github_api_root)

Action Parameters

Action Response

data
object
successful
boolean
error

Protected branches are accessible in public repos with github free and in both public/private repos with github pro, team, enterprise cloud, and server. it also lists teams with push access to the branch.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

Trigger the repository dispatch event on github to start workflows or webhooks with external activity. configure your github or app to respond to this event. use the client payload for extra info or testing. oauth and access tokens need repo scope.

Action Parameters

owner
stringRequired
repo
stringRequired
event_type
stringRequired
client_payload
object

Action Response

data
object
successful
boolean
error

Lists the project cards in a project.

Action Parameters

column_id
integerRequired
archived_state
stringDefaults to not_archived
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Lists projects for a user.

Action Parameters

username
stringRequired
state
stringDefaults to open
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This text explains how to delete a comment in a team discussion, either by specifying an organization and team id or directly. it notes that oauth or personal access tokens with the “write:discussion” scope are required.

Action Parameters

org
stringRequired
team_slug
stringRequired
discussion_number
integerRequired
comment_number
integerRequired

Action Response

data
object
successful
boolean
error

Creates a user project board. returns a 410 gone status if the user does not have existing classic projects. if you do not have sufficient privileges to perform this action, a 401 unauthorized or 410 gone status is returned.

Action Parameters

name
stringRequired
body
string

Action Response

data
object
successful
boolean
error

The text lists roles in an organization, specifying access requires being an administrator, a user with specific permissions, or using tokens with admin:org scope. for more, see the provided link.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint allows an organization’s admin to revoke all assigned roles from a user. it requires an admin:org scope for oauth and personal access tokens to access. for more on roles, visit github’s documentation.

Action Parameters

org
stringRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

This text explains how to create/update an organization secret with libsodium, requiring admin:org scope for access. it emphasizes using github’s rest api encryption documentation for encrypting secrets.

Action Parameters

org
stringRequired
secret_name
stringRequired
encrypted_value
string
key_id
string
visibility
stringRequired
selected_repository_ids
array

Action Response

data
object
successful
boolean
error

Get a repository ruleset for an organization.

Action Parameters

org
stringRequired
ruleset_id
integerRequired

Action Response

data
object
successful
boolean
error

Owners can invite users to an organization via github id or email. invitations trigger notifications and rapid use may cause rate limiting. check github’s api rate limits and best practices for more info.

Action Parameters

org
stringRequired
invitee_id
integer
email
string
role
stringDefaults to direct_member
team_ids
array

Action Response

data
object
successful
boolean
error

Gets information about a notification thread.

Action Parameters

thread_id
integerRequired

Action Response

data
object
successful
boolean
error

Deletes a development environment secret in a repository using the secret name. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
secret_name
stringRequired

Action Response

data
object
successful
boolean
error

Github api marks issue transfers with 301, restricts access with 404, signals deletions with 410, and tracks updates via the issues webhook. prs are tagged as issues with a pull request key, offering different media response types.(DEPRECATED use get_an_issue)

Action Parameters

owner
stringRequired
repo
stringRequired
issue_number
integerRequired

Action Response

data
object
successful
boolean
error

The text explains how to check a team’s permissions (read, write, admin) on an organization project, including inherited projects. it also notes the option to specify a team by org id and team id for project access.

Action Parameters

org
stringRequired
team_slug
stringRequired
project_id
integerRequired

Action Response

data
object
successful
boolean
error

Checks if a pull request has been merged into the base branch. the http status of the response indicates whether or not the pull request has been merged; the response body is empty.(DEPRECATED use check_if_a_pull_request_has_been_merged)

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired

Action Response

data
object
successful
boolean
error

An api endpoint lists workflow run jobs, supports filtering, and is accessible with repository read access. it requires repo scope for private repositories when using oauth or personal access tokens.

Action Parameters

owner
stringRequired
repo
stringRequired
run_id
integerRequired
attempt_number
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Gets information about a project card.

Action Parameters

card_id
integerRequired

Action Response

data
object
successful
boolean
error

This github feature allows updating an organization variable for workflow reference. users need collaborator access or admin:org and repo scopes for private repositories using oauth or classic tokens.

Action Parameters

org
stringRequired
name
stringRequired
value
string
visibility
string
selected_repository_ids
array

Action Response

data
object
successful
boolean
error

This endpoint fetches topics of a github repository, using owner and repo. it supports pagination with page and per page. api details at github documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
page
integerDefaults to 1
per_page
integerDefaults to 30

Action Response

data
object
successful
boolean
error

Approve or reject github app custom deployment protection rules for workflow runs. only the app’s rules can be reviewed. use specific personal or oauth app tokens with ‘repo’ scope for private repositories.

Action Parameters

owner
stringRequired
repo
stringRequired
run_id
integerRequired

Action Response

data
object
successful
boolean
error

This text guides on setting the visibility of a user’s email address via the specified github endpoint. it mentions that oauth app tokens and personal access tokens require the user:email scope to access this feature.(DEPRECATED use list_public_email_addresses_for_the_authenticated_user)

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The api divides rate limits into categories like core, search, and others. certain endpoint uses don’t impact rest api limits. the rate object is now deprecated; use core.

Action Parameters

Action Response

data
object
successful
boolean
error

Gets information about the single most recent build of a github pages site. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Stops a user’s codespace. oauth app tokens and personal access tokens (classic) need the codespace scope to use this endpoint.

Action Parameters

codespace_name
stringRequired

Action Response

data
object
successful
boolean
error

The url downloads a migration archive (tar.gz) with data (e.g., issues, pull requests, comments) and directories for attachments and repositories’ git data.

Action Parameters

migration_id
integerRequired

Action Response

data
object
successful
boolean
error

Gets the customization template for an openid connect (oidc) subject claim. oauth tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Lists the codespaces associated to a specified repository and the authenticated user. oauth app tokens and personal access tokens (classic) need the codespace scope to use this endpoint.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1
owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

This text outlines how to restrict interactions in a github repository to specific user types. it requires owner or admin access. setting restrictions when there’s already a limit at the user/organization level results in a 409 conflict error.

Action Parameters

owner
stringRequired
repo
stringRequired
limit
stringRequired
expiry
string

Action Response

data
object
successful
boolean
error

When the visibility of an organization secret is set to selected, it replaces all repositories’ access. users need collaborator access or admin:org scope (plus repo for private repositories) to manage secrets.

Action Parameters

org
stringRequired
secret_name
stringRequired
selected_repository_ids
arrayRequired

Action Response

data
object
successful
boolean
error

This endpoint fetches enabled custom deployment protection rules for environments, needing ‘repo’ scope for private repositories. it’s open to those with read access and includes more information in linked documentation.

Action Parameters

environment_name
stringRequired
repo
stringRequired
owner
stringRequired

Action Response

data
object
successful
boolean
error

To remove a team member, ‘admin’ rights or ownership is needed without deleting the user. on github enterprise cloud, team sync is supported, yet api edits to membership with sync on can lead to errors. teams can be managed through idp as well.

Action Parameters

org
stringRequired
team_slug
stringRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

This text explains how to create or update an organization development environment secret by encrypting it using libsodium. it requires admin:org scope for oauth or classic tokens. see more on encrypting secrets for rest api at github docs.

Action Parameters

org
stringRequired
secret_name
stringRequired
encrypted_value
string
key_id
string
visibility
stringRequired
selected_repository_ids
array

Action Response

data
object
successful
boolean
error

Organization owners or team maintainers can remove repositories from their team if they are authenticated. members need admin access to remove a repository. removal doesn’t delete the repo. teams specified by org id and team id with a delete route.

Action Parameters

org
stringRequired
team_slug
stringRequired
owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Obtain a temporary (1-minute expiry) redirect url for downloading plain text workflow job logs from the location: response header. access needs repository read rights, with private repositories requiring oauth or tokens with repo scope.

Action Parameters

owner
stringRequired
repo
stringRequired
job_id
integerRequired

Action Response

data
object
successful
boolean
error

Publicly published security advisories are freely accessible, while unpublished ones require authenticated access with specific roles. private repository advisories need tokens with repo or repository advisories:read scope.

Action Parameters

owner
stringRequired
repo
stringRequired
ghsa_id
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint allows fetching a single repository secret without disclosing its encrypted value. it requires the user to have collaborator access and oauth or classic personal access tokens with repo scope.

Action Parameters

owner
stringRequired
repo
stringRequired
secret_name
stringRequired

Action Response

data
object
successful
boolean
error

Shows which type of github user can interact with this organization and when the restriction expires. if there is no restrictions, you will see an empty response.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

Gets the github actions permissions policy for repositories and allowed actions and reusable workflows in an organization. oauth tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

Gets the customization template for an openid connect (oidc) subject claim. oauth app tokens and personal access tokens (classic) need the read:org scope to use this endpoint.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

This text explains that you can unlock repositories after a user migration is complete, allowing their use or deletion. if a repository isn’t locked, trying to unlock it will result in a 404 not found status.

Action Parameters

migration_id
integerRequired
repo_name
stringRequired

Action Response

data
object
successful
boolean
error

To comment on a pull request diff, use parameters line, side, start line, and start side. avoid using the deprecated position. triggering notifications, beware of rate limits. supports custom media types for comment formatting.(DEPRECATED use create_a_review_comment_for_a_pull_request)

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired
body
stringRequired
commit_id
stringRequired
path
stringRequired
position
integer
side
string
line
integer
start_line
integer
start_side
string
in_reply_to
integer
subject_type
string

Action Response

data
object
successful
boolean
error

To report a security vulnerability in a repository, follow the guide on private reporting at: https://docs.github.com/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability.

Action Parameters

owner
stringRequired
repo
stringRequired
summary
stringRequired
description
stringRequired
vulnerabilities
array
cwe_ids
array
severity
string
cvss_vector_string
string
start_private_fork
boolean

Action Response

data
object
successful
boolean
error

Removes all interaction restrictions from public repositories in the given organization. you must be an organization owner to remove restrictions.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

Fetches the url to a migration archive.

Action Parameters

org
stringRequired
migration_id
integerRequired

Action Response

data
object
successful
boolean
error

To delete a team, one must be an organization owner or a team maintainer. deleting a parent team also removes its child teams. teams can be specified for deletion using org id and team id via the specified route.

Action Parameters

org
stringRequired
team_slug
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint retrieves an enabled custom deployment protection rule for an environment accessible to anyone with repository read access. it requires repo scope for private repositories when using oauth or personal access tokens.

Action Parameters

owner
stringRequired
repo
stringRequired
environment_name
stringRequired
protection_rule_id
integerRequired

Action Response

data
object
successful
boolean
error

Adds custom labels to a self-hosted runner configured in a repository. authenticated users must have admin access to the organization to use this endpoint. oauth tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
runner_id
integerRequired
labels
arrayRequired

Action Response

data
object
successful
boolean
error

Gets a milestone using the given milestone number.

Action Parameters

owner
stringRequired
repo
stringRequired
milestone_number
integerRequired

Action Response

data
object
successful
boolean
error

Removes the specified label from the issue, and returns the remaining labels on the issue. this endpoint returns a 404 not found status if the label does not exist.

Action Parameters

owner
stringRequired
repo
stringRequired
issue_number
integerRequired
name
stringRequired

Action Response

data
object
successful
boolean
error

To call the specified endpoint, set content-length to zero. it needs user:follow scope for oauth and classic tokens. visit the provided url for more on http methods.

Action Parameters

username
stringRequired

Action Response

data
object
successful
boolean
error

Lists requests from organization members to access organization resources with a fine-grained personal access token. only github apps can use this endpoint.

Action Parameters

org
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1
sort
stringDefaults to created_at
direction
stringDefaults to desc
owner
array
repository
string
permission
string
last_used_before
string
last_used_after
string

Action Response

data
object
successful
boolean
error

Deletes a custom org role, requiring the user to be an org admin or have specific permissions. oauth tokens need admin:org scope. more info at github docs on managing access with roles.

Action Parameters

org
stringRequired
role_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists all labels for an issue.

Action Parameters

owner
stringRequired
repo
stringRequired
issue_number
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Deletes an organization variable using its name. authenticated users need collaborator access to create, update, or read variables. oauth and personal access tokens require admin:org scope, and repo scope for private repositories.

Action Parameters

org
stringRequired
name
stringRequired

Action Response

data
object
successful
boolean
error

This text guides on setting the visibility of a user’s email address via the specified github endpoint. it mentions that oauth app tokens and personal access tokens require the user:email scope to access this feature.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint lists repositories a user has starred and supports media types like application/vnd.github.star+json, which includes the star’s creation timestamp. for more, visit github’s documentation on media types.

Action Parameters

username
stringRequired
sort
stringDefaults to created
direction
stringDefaults to desc
per_page
integerDefaults to 1
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Disables automated security fixes for a repository. the authenticated user must have admin access to the repository. for more information, see “configuring automated security fixes”.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint fetches custom deployment protection rules for an environment, needing repo scope for private repositories through oauth or tokens. details are in github documentation.

Action Parameters

environment_name
stringRequired
repo
stringRequired
owner
stringRequired
page
integerDefaults to 1
per_page
integerDefaults to 30

Action Response

data
object
successful
boolean
error

This text outlines how to enable/disable security features for all eligible repositories in an organization, requiring the user to be an owner or a security manager with write:org scope for access.

Action Parameters

org
stringRequired
security_product
stringRequired
enablement
stringRequired
query_suite
string

Action Response

data
object
successful
boolean
error

This endpoint lists starred repositories of the authenticated user and supports media type application/vnd.github.star+json to include star creation timestamps. more on media types at github docs.(DEPRECATED use list_repositories_starred_by_the_authenticated_user)

Action Parameters

sort
stringDefaults to created
direction
stringDefaults to desc
per_page
integerDefaults to 1
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The endpoint allows adding comments to commits with :commit sha, triggering notifications. rapid use may cause rate limiting. supports various media types for comments. see github docs for limits, best practices, and media type details.

Action Parameters

owner
stringRequired
repo
stringRequired
commit_sha
stringRequired
body
stringRequired
path
string
position
integer
line
integer

Action Response

data
object
successful
boolean
error

Deletes an artifact for a workflow run. oauth tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
artifact_id
integerRequired

Action Response

data
object
successful
boolean
error

Removes a repo from an org development environment secret when access is set to ‘selected’. requires ‘admin:org’ scope for oauth app tokens and personal access tokens to use this endpoint.

Action Parameters

org
stringRequired
secret_name
stringRequired
repository_id
integerRequired

Action Response

data
object
successful
boolean
error

The text details metrics for evaluating non-fork repositories, such as health score, documentation, and compliance with recommended files, including a ‘health percentage’ and notes that ‘content reports enabled’ is specific to organization repos.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Sets the github actions permissions policy for repositories and allowed actions and reusable workflows in an organization. oauth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

Action Parameters

org
stringRequired
enabled_repositories
stringRequired
allowed_actions
string

Action Response

data
object
successful
boolean
error

The rest api allows creating comments on issues and prs, noting that all prs are issues, but not vice versa. it can trigger notifications and may face rate limits. supports various media types for responses, including raw, text, html, or a combination.

Action Parameters

owner
stringRequired
repo
stringRequired
issue_number
integerRequired
body
stringRequired

Action Response

data
object
successful
boolean
error

Lists the most commonly used licenses on github. for more information, see “licensing a repository .”

Action Parameters

featured
boolean
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Protected branches can be used in public repositories with github free and in both public/private repositories with higher plans like github pro, team, and enterprise. more details are on github’s products page.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

Updates the pull request branch with the latest upstream changes by merging head from the base branch into the pull request branch.

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired
expected_head_sha
string

Action Response

data
object
successful
boolean
error

The text describes how to find global security advisories with specific parameters. by default, it excludes malware advisories, which can be included by setting the type parameter to malware. more on advisory types at github docs.

Action Parameters

ghsa_id
string
type
stringDefaults to reviewed
cve_id
string
ecosystem
string
severity
string
cwes
array
is_withdrawn
boolean
affects
array
published
string
updated
string
modified
string
before
string
after
string
direction
stringDefaults to desc
per_page
integerDefaults to 30
sort
stringDefaults to published

Action Response

data
object
successful
boolean
error

This endpoint allows admins to remove a self-hosted runner from a repository, especially useful if the machine is no longer available. users must have admin access and the repo scope on their oauth or personal access tokens.

Action Parameters

owner
stringRequired
repo
stringRequired
runner_id
integerRequired

Action Response

data
object
successful
boolean
error

Endpoint supports un-starring a gist via delete method, providing responses for success (204), not modified (304), not found (404), and forbidden (403). more details at github docs.

Action Parameters

gist_id
stringRequired

Action Response

data
object
successful
boolean
error

Deploy keys are immutable. if you need to update a key, remove the key and create a new one instead.

Action Parameters

owner
stringRequired
repo
stringRequired
key_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists webhooks for a repository. last response may return null if there have not been any deliveries within 30 days.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Get all the repository rulesets for an organization.

Action Parameters

org
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Creates a reference for your repository. you are unable to create new references for empty repositories, even if the commit sha-1 hash used exists. empty repositories are repositories without branches.

Action Parameters

owner
stringRequired
repo
stringRequired
ref
stringRequired
sha
stringRequired

Action Response

data
object
successful
boolean
error

Replace or clear github repo topics by passing an array of names or an empty array, respectively, including owner and repo name in the path. full details: https://docs.github.com/rest/repos/repos#replace-all-repository-topics

Action Parameters

owner
stringRequired
repo
stringRequired
names
arrayRequired

Action Response

data
object
successful
boolean
error

Creates an ssh signing key for the authenticated user’s github account. oauth app tokens and personal access tokens (classic) need the write:ssh signing key scope to use this endpoint.

Action Parameters

title
string
key
stringRequired

Action Response

data
object
successful
boolean
error

The endpoint provides weekly aggregates of additions and deletions for repositories with fewer than 10,000 commits. repositories exceeding this limit return a 422 status code.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Deletes all logs for a workflow run. oauth tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
run_id
integerRequired

Action Response

data
object
successful
boolean
error

Cancels a workflow run using its id. oauth tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
run_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists all secrets available in an organization without revealing their encrypted values. oauth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

Action Parameters

org
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The text provides guidance on estimating costs for github actions and packages for private repositories, emphasizing the need to consult billing documentation and the requirement for user scope when using oauth or personal access tokens.

Action Parameters

username
stringRequired

Action Response

data
object
successful
boolean
error

Users with push access to the repository can edit a release.

Action Parameters

owner
stringRequired
repo
stringRequired
release_id
integerRequired
tag_name
string
target_commitish
string
name
string
body
string
draft
boolean
prerelease
boolean
make_latest
stringDefaults to True
discussion_category_name
string

Action Response

data
object
successful
boolean
error

The text details how to assign an organization role to a team, requiring an admin user and admin:org scope for oauth or personal access tokens. for more, visit the provided github documentation link.

Action Parameters

org
stringRequired
team_slug
stringRequired
role_id
integerRequired

Action Response

data
object
successful
boolean
error

Codespaces billing for certain users will stop. access requires selected members settings. to modify, see the guide. oauth and classic tokens need admin:org scope.

Action Parameters

org
stringRequired
selected_usernames
arrayRequired

Action Response

data
object
successful
boolean
error

Checks whether the permissions defined by a given devcontainer configuration have been accepted by the authenticated user. oauth app tokens and personal access tokens (classic) need the codespace scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
ref
stringRequired
devcontainer_path
stringRequired

Action Response

data
object
successful
boolean
error

To encrypt secrets, acquire your public key. authenticated users need collaborator access for operations. for private repositories or org scope, admin:org and repo scopes are necessary for oauth and personal access tokens respectively.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

The default process automatically creates a check suite for each push to a repository. disabling this allows for manual creation, requiring admin permissions to adjust preferences.

Action Parameters

owner
stringRequired
repo
stringRequired
auto_trigger_checks
array

Action Response

data
object
successful
boolean
error

A new repository can be created in a specific organization by a member. oauth and personal access tokens require public repo or repo scope for public, and repo scope for private repositories.(DEPRECATED use create_an_organization_repository)

Action Parameters

org
stringRequired
name
stringRequired
description
string
homepage
string
private
boolean
visibility
string
has_issues
booleanDefaults to True
has_projects
booleanDefaults to True
has_wiki
booleanDefaults to True
has_downloads
booleanDefaults to True
is_template
boolean
team_id
integer
auto_init
boolean
gitignore_template
string
license_template
string
allow_squash_merge
booleanDefaults to True
allow_merge_commit
booleanDefaults to True
allow_rebase_merge
booleanDefaults to True
allow_auto_merge
boolean
delete_branch_on_merge
boolean
use_squash_pr_title_as_default
boolean
squash_merge_commit_title
string
squash_merge_commit_message
string
merge_commit_title
string
merge_commit_message
string
custom_properties
object

Action Response

data
object
successful
boolean
error

Marks a thread as “read.” marking a thread as “read” is equivalent to clicking a notification in your notification inbox on github: https://github.com/notifications.

Action Parameters

thread_id
integerRequired

Action Response

data
object
successful
boolean
error

This text details an api endpoint for listing teams by organization role, requiring admin status and admin:org scope for access. for details on roles, visit the provided github link.

Action Parameters

org
stringRequired
role_id
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Api endpoint retrieves reactions to a team discussion comment; specify by org id and team id. requires read:discussion scope with oauth or personal access tokens.

Action Parameters

org
stringRequired
team_slug
stringRequired
discussion_number
integerRequired
comment_number
integerRequired
content
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Delete the latest github code scanning analyses marked as deletable to avoid a 400 error. this requires oauth or access tokens with proper scopes and allows further deletion urls with options for entire tool analyses preservation or removal.

Action Parameters

owner
stringRequired
repo
stringRequired
analysis_id
integerRequired
confirm_delete
string

Action Response

data
object
successful
boolean
error

Generates a config for the runner app, requiring admin access and admin:org scope for tokens. private repos need repo scope for access.

Action Parameters

org
stringRequired
name
stringRequired
runner_group_id
integerRequired
labels
arrayRequired
work_folder
stringDefaults to _work

Action Response

data
object
successful
boolean
error

Lists the repositories a fine-grained personal access token has access to. only github apps can use this endpoint.

Action Parameters

org
stringRequired
pat_id
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Draft pull requires write access and is available for both public and private repos on various github plans. github also supports custom media formats for markdown content responses.

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired
title
string
body
string
state
string
base
string
maintainer_can_modify
boolean

Action Response

data
object
successful
boolean
error

Adds up to 10 assignees to an issue. users already assigned to an issue are not replaced.

Action Parameters

owner
stringRequired
repo
stringRequired
issue_number
integerRequired
assignees
array

Action Response

data
object
successful
boolean
error

The summary details github actions’ used minutes, covering both free and paid, applicable only in private repos for github-hosted runners, including re-runs and os multipliers, rounded up by minute. usage requires user scope for tokens.

Action Parameters

username
stringRequired

Action Response

data
object
successful
boolean
error

Github discloses publicly set user email information and offers an emails api for email visibility control. this access necessitates github authentication.

Action Parameters

username
stringRequired

Action Response

data
object
successful
boolean
error

Initiates the generation of a user migration archive.

Action Parameters

lock_repositories
boolean
exclude_metadata
boolean
exclude_git_data
boolean
exclude_attachments
boolean
exclude_releases
boolean
exclude_owner_projects
boolean
org_metadata_only
boolean
exclude
array
repositories
arrayRequired

Action Response

data
object
successful
boolean
error

Creates a new codespace, owned by the authenticated user. this endpoint requires either a repository id or a pull request but not both. oauth app tokens and personal access tokens (classic) need the codespace scope to use this endpoint.

Action Parameters

Action Response

data
object
successful
boolean
error

This text describes how to create an organization variable in github actions, specifying that users need collaborator access, and oauth/personal access tokens require admin:org and repo scopes for public and private repositories, respectively.

Action Parameters

org
stringRequired
name
stringRequired
value
stringRequired
visibility
stringRequired
selected_repository_ids
array

Action Response

data
object
successful
boolean
error

Migration archives are automatically deleted after 7 days. despite this, migration metadata remains accessible via specific github rest api endpoints even after archive deletion.

Action Parameters

migration_id
integerRequired

Action Response

data
object
successful
boolean
error

List all users who are outside collaborators of an organization.

Action Parameters

org
stringRequired
filter
stringDefaults to all
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint allows admins to remove custom labels from a self-hosted runner in an organization, leaving only read-only labels. it requires admin:org scope for oauth tokens and repo scope for private repos.

Action Parameters

org
stringRequired
runner_id
integerRequired

Action Response

data
object
successful
boolean
error

Creates a codespace owned by the authenticated user in the specified repository. oauth app tokens and personal access tokens (classic) need the codespace scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
ref
string
location
string
geo
string
client_ip
string
machine
string
devcontainer_path
string
multi_repo_permissions_opt_out
boolean
working_directory
string
idle_timeout_minutes
integer
display_name
string
retention_period_minutes
integer

Action Response

data
object
successful
boolean
error

The summary discusses github actions’ usage, focusing on paid minutes for private repo workflows and job reruns on github-hosted runners. it mentions os-specific minute multipliers and the necessity of specific scopes for oauth tokens.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

To remove a repository webhook in github cloud or github apps, use the repository owner’s name, the repository’s name, and the webhook’s id. a 204 code confirms deletion, and a 404 code signifies a missing webhook. visit the official api for more.

Action Parameters

owner
stringRequired
repo
stringRequired
hook_id
integerRequired

Action Response

data
object
successful
boolean
error

Deletes a specific workflow run. anyone with write access to the repository can use this endpoint. if the repository is private, oauth tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
run_id
integerRequired

Action Response

data
object
successful
boolean
error

Forks a github gist using its id, returns forked gist details in json with a 201 status for success. requires gist id. see documentation for more.

Action Parameters

gist_id
stringRequired

Action Response

data
object
successful
boolean
error

Star a github repository for given repo and owner(DEPRECATED use star_a_repository_for_the_authenticated_user)

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Deletes a project board. returns a 404 not found status if projects are disabled.

Action Parameters

project_id
integerRequired

Action Response

data
object
successful
boolean
error

To encrypt environment secrets, acquire the environment’s public key. encryption is essential for secret creation or update. read access to the repository is needed, with private repositories requiring oauth or personal access tokens with ‘repo’ scope.

Action Parameters

owner
stringRequired
repo
stringRequired
environment_name
stringRequired

Action Response

data
object
successful
boolean
error

Lists the verified public ssh keys for a user. this is accessible by anyone.

Action Parameters

username
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Delete a ruleset for an organization.

Action Parameters

org
stringRequired
ruleset_id
integerRequired

Action Response

data
object
successful
boolean
error

Enables automated security fixes for a repository. the authenticated user must have admin access to the repository. for more information, see “configuring automated security fixes”.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

The text outlines how to approve workflow runs for pull requests from new contributors using public forks, highlighting the need for repo scope with oauth and personal access tokens. detailed guidance is provided in a github documentation link.

Action Parameters

owner
stringRequired
repo
stringRequired
run_id
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint configures a self-hosted runner in an organization and requires admin access. oauth app tokens and classic personal access tokens need admin:org scope, and private repositories also require repo scope.

Action Parameters

org
stringRequired
runner_id
integerRequired

Action Response

data
object
successful
boolean
error

This api endpoint merges a pull request, triggers notifications, and may face secondary rate limiting if used too rapidly. for details, refer to github’s rate limits and rest api best practices.

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired
commit_title
string
commit_message
string
sha
string
merge_method
string

Action Response

data
object
successful
boolean
error

Create a reaction to a release. a response with a status: 200 ok means that you already added the reaction type to this release.

Action Parameters

owner
stringRequired
repo
stringRequired
release_id
integerRequired
content
stringRequired

Action Response

data
object
successful
boolean
error

To access a package within an organization, oauth and personal access tokens need read:packages scope. if the package is in a registry requiring repository-scoped permissions, repo scope is also necessary. see github documentation for specifics.

Action Parameters

package_type
stringRequired
package_name
stringRequired
org
stringRequired

Action Response

data
object
successful
boolean
error

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 repositories endpoint.

Action Parameters

team_id
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The verification object in commit responses includes boolean verified, reason for verification status, signature, and payload signed. reasons for reason field range from expired keys, errors, to valid signatures.

Action Parameters

owner
stringRequired
repo
stringRequired
tag_sha
stringRequired

Action Response

data
object
successful
boolean
error

Protected branches are accessible in public repos with github free and in both public and private repos with github pro, team, and enterprise versions. admin permissions are needed to update status checks, with branch protection enabled.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired
strict
boolean
contexts
array
checks
array

Action Response

data
object
successful
boolean
error

Organization repository collaborators encompass direct members, outside collaborators, team and child team members, and owners, all needing push access and the correct oauth/personal tokens for access.

Action Parameters

owner
stringRequired
repo
stringRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

Lists all of your social accounts.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This api endpoint allows authenticated collaborators with repo scope via oauth or personal access tokens to get a single repository environment secret without decrypting it.

Action Parameters

owner
stringRequired
repo
stringRequired
environment_name
stringRequired
secret_name
stringRequired

Action Response

data
object
successful
boolean
error

The rest api allows creating comments on issues and prs, noting that all prs are issues, but not vice versa. it can trigger notifications and may face rate limits. supports various media types for responses, including raw, text, html, or a combination.(DEPRECATED use create_an_issue_comment)

Action Parameters

owner
stringRequired
repo
stringRequired
issue_number
integerRequired
body
stringRequired

Action Response

data
object
successful
boolean
error

This hovercard feature provides detailed info about someone’s involvement in pull requests, issues, repositories, and organizations, using subject type and subject id for context. oauth tokens require repo scope to access this endpoint.

Action Parameters

username
stringRequired
subject_type
string
subject_id
string

Action Response

data
object
successful
boolean
error

Redeliver a webhook delivery for a webhook configured in a repository.

Action Parameters

owner
stringRequired
repo
stringRequired
hook_id
integerRequired
delivery_id
integerRequired

Action Response

data
object
successful
boolean
error

This github app feature lets authenticated users view installations they have permissions (:read, :write, or :admin) for, including personal, collaborator, and organization repositories, detailing permissions under the permissions key.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The return hash contains failed at and failed reason fields which represent the time at which the invitation failed and the reason for the failure.

Action Parameters

org
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Updates a check run for a commit in a repo. only detects pushes in the original repository, not in forks, returning an empty pull requests array. oauth apps and classic personal access tokens cannot use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
check_run_id
integerRequired
name
string
details_url
string
external_id
string
started_at
string
status
string
conclusion
string
completed_at
string
output__title
string
output__summary
string
output__text
string
output__annotations
array
output__images
array
actions
array

Action Response

data
object
successful
boolean
error

Endpoint route in teams api deprecated; advised to use new endpoint for pending team invitations. includes role field with specific values; login field null if invitee not a github member.

Action Parameters

team_id
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Approves or denies a pending request to access organization resources via a fine-grained personal access token. only github apps can use this endpoint.

Action Parameters

org
stringRequired
pat_request_id
integerRequired
action
stringRequired
reason
string

Action Response

data
object
successful
boolean
error

Gets all custom property values that are set for a repository. users with read access to the repository can use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Lists labels for issues in a milestone.

Action Parameters

owner
stringRequired
repo
stringRequired
milestone_number
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

A package in an organization can be restored within 30 days of deletion, provided its namespace and version aren’t reused. admin permissions and relevant token scopes are required for restoration.

Action Parameters

package_type
stringRequired
package_name
stringRequired
org
stringRequired
token
string

Action Response

data
object
successful
boolean
error

Updates webhook config for organizations, allowing changes to active state and events. requires organization owner status and admin:org hook scope for tokens. restrictions apply to oauth apps and users on editing webhooks.

Action Parameters

org
stringRequired
hook_id
integerRequired
url
string
content_type
string
secret
string
insecure_ssl
string

Action Response

data
object
successful
boolean
error

Oauth app tokens and personal access tokens (classic) need the user scope to use this endpoint.

Action Parameters

Action Response

data
object
successful
boolean
error

Lists the most recent migrations, including both exports (which can be started through the rest api) and imports (which cannot be started using the rest api). a list of repositories is only returned for export migrations.

Action Parameters

org
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1
exclude
array

Action Response

data
object
successful
boolean
error

The teams api endpoint is deprecated. use the “check team permissions for a project” endpoint to verify a team’s permissions (read, write, admin) on projects, including inherited ones.

Action Parameters

team_id
integerRequired
project_id
integerRequired

Action Response

data
object
successful
boolean
error

Get a random sentence from the zen of github

Action Parameters

Action Response

data
object
successful
boolean
error

Enables dependency alerts/graph for a repository, requiring admin access. for details on security alerts for vulnerabilities, see the provided link.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Lists all labels for a self-hosted runner configured in a repository. authenticated users must have admin access to the repository to use this endpoint. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
runner_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists the active subscriptions for the authenticated user.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This api endpoint enables creating a new blob in a specified repository, supporting utf-8 and base64 encodings. it requires blob content in the request body and returns blob details, including url and sha, upon success.

Action Parameters

owner
stringRequired
repo
stringRequired
content
stringRequired
encoding
stringDefaults to utf-8

Action Response

data
object
successful
boolean
error

This endpoint retrieves deployment environments awaiting protection rule clearance in a workflow run, accessible to anyone with repository read access. for private repositories, oauth and classic personal access tokens require the repo scope.

Action Parameters

owner
stringRequired
repo
stringRequired
run_id
integerRequired

Action Response

data
object
successful
boolean
error

Users can publicize only their own memberships. when using this endpoint, set the content-length to zero. for more, see github’s http method guide.

Action Parameters

org
stringRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

For pull requests with over 250 commits, use the “list commits” endpoint for a complete list. supports custom media types like raw, text, html markdown, and diff. see github docs for more on media types and handling corrupt diffs.

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Summary: configures a github pages site, requiring the user to be a repository admin, maintainer, or have specific permission. oauth app and classic personal access tokens need the repo scope.

Action Parameters

owner
stringRequired
repo
stringRequired
build_type
string
source__branch
string
source__path
stringDefaults to /

Action Response

data
object
successful
boolean
error

Adds a public ssh key to the authenticated user’s github account. oauth app tokens and personal access tokens (classic) need the write:gpg key scope to use this endpoint.

Action Parameters

title
string
key
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint lists commit comments for a repository in ascending id order, supporting media types for different comment formats, including raw markdown, text, html, and a combination of all.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This feature allows secure vulnerability reporting for repositories by users with admin access. for details, visit the github guide on private vulnerability reporting.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

note: to edit a repository’s topics, use the replace all repository topics endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
name
string
description
string
homepage
string
private
boolean
visibility
string
security__and__analysis__advanced__security__status
string
security__and__analysis__secret__scanning__status
string
security__and__analysis__secret__scanning__push__protection__status
string
has_issues
booleanDefaults to True
has_projects
booleanDefaults to True
has_wiki
booleanDefaults to True
is_template
boolean
default_branch
string
allow_squash_merge
booleanDefaults to True
allow_merge_commit
booleanDefaults to True
allow_rebase_merge
booleanDefaults to True
allow_auto_merge
boolean
delete_branch_on_merge
boolean
allow_update_branch
boolean
use_squash_pr_title_as_default
boolean
squash_merge_commit_title
string
squash_merge_commit_message
string
merge_commit_title
string
merge_commit_message
string
archived
boolean
allow_forking
boolean
web_commit_signoff_required
boolean

Action Response

data
object
successful
boolean
error

Gets your public key, which you need to encrypt secrets. you need to encrypt a secret before you can create or update secrets. oauth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

Lists the current user’s gpg keys. oauth app tokens and personal access tokens (classic) need the read:gpg key scope to use this endpoint.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The text describes a feature listing github users by signup order, including individuals and organizations, with pagination managed via the since parameter and the link header for navigating pages.

Action Parameters

since
integer
per_page
integerDefaults to 30

Action Response

data
object
successful
boolean
error

Remove a single repository from an installation. the authenticated user must have admin access to the repository. the installation must have the repository selection of selected.

Action Parameters

installation_id
integerRequired
repository_id
integerRequired

Action Response

data
object
successful
boolean
error

Removes any previous labels and sets the new labels for an issue.

Action Parameters

owner
stringRequired
repo
stringRequired
issue_number
integerRequired

Action Response

data
object
successful
boolean
error

Removes a repository from an organization secret with “selected” visibility, set during secret creation/update. requires admin:org scope for oauth app and classic tokens to access endpoint.

Action Parameters

org
stringRequired
secret_name
stringRequired
repository_id
integerRequired

Action Response

data
object
successful
boolean
error

This github api endpoint lists public events for organizations, like watch and push events. it supports pagination and requires the organization name. useful for monitoring activities in org repositories.

Action Parameters

org
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

List all teams associated with an invitation. in order to see invitations in an organization, the authenticated user must be an organization owner.

Action Parameters

org
stringRequired
invitation_id
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint lists a github repository’s tags, requiring its owner and name. offers optional pagination parameters per page (max 100) and page. detailed documentation is at github’s official site.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Converting an organization member to an outside collaborator restricts access to only those repositories allowed by current team membership, removing them from the organization. this action may be limited by enterprise administrators.

Action Parameters

org
stringRequired
username
stringRequired
async
boolean

Action Response

data
object
successful
boolean
error

This endpoint allows adding custom labels to a self-hosted runner within an organization. requires admin access and an oauth or personal access token with admin:org scope.

Action Parameters

org
stringRequired
runner_id
integerRequired
labels
arrayRequired

Action Response

data
object
successful
boolean
error

Gets a specific workflow run. anyone with read access to the repository can use this endpoint. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint with a private repository.

Action Parameters

owner
stringRequired
repo
stringRequired
run_id
integerRequired
exclude_pull_requests
boolean

Action Response

data
object
successful
boolean
error

The teams api’s endpoint for deleting discussions is deprecated. it advises users to switch to the new “delete a discussion” endpoint. required oauth or classic tokens need the write:discussion scope.

Action Parameters

team_id
integerRequired
discussion_number
integerRequired

Action Response

data
object
successful
boolean
error

Mutes conversation notifications until you comment or are @mentioned, but still alerts if watching the repository. use the ‘set a thread subscription’ endpoint with ignore true to mute while watching a repository.

Action Parameters

thread_id
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint lists all public repositories by creation order. on github enterprise server, it shows only universally accessible repositories. pagination relies on the since parameter, with the next page url in the link header.

Action Parameters

since
integer

Action Response

data
object
successful
boolean
error

Allows you to add a new gist with one or more files. note: don’t name your files “gistfile” with a numerical suffix. this is the format of the automatic naming scheme that gist uses internally.

Action Parameters

description
string
files
objectRequired
public
boolean

Action Response

data
object
successful
boolean
error

Deletes specific package version owned by the user. if public and has greater than 5,000 downloads, contact github support. requires admin permissions, read:packages, delete:packages, and potentially repo scope for certain registries.

Action Parameters

package_type
stringRequired
package_name
stringRequired
package_version_id
integerRequired

Action Response

data
object
successful
boolean
error

Deletes a secret in an organization using the secret name. oauth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

Action Parameters

org
stringRequired
secret_name
stringRequired

Action Response

data
object
successful
boolean
error

Deletes unsubmitted pull request reviews. submitted ones can’t be deleted. supports custom media types for different data formats in the response. see github docs for more on media types.

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired
review_id
integerRequired

Action Response

data
object
successful
boolean
error

Issue owners and users with push access can edit issues. the endpoint supports different media types for markdown formatting, including raw, text, html representations, and a combination of all.

Action Parameters

owner
stringRequired
repo
stringRequired
issue_number
integerRequired
title
string
body
string
assignee
string
state
string
state_reason
string
milestone
string
labels
array
assignees
array

Action Response

data
object
successful
boolean
error

Endpoint lists a user’s codespaces development environment secrets without showing encrypted values. user must have codespaces access, and oauth or personal access tokens require codespace or codespace:secrets scope.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The api provides commit content with read access, supports pagination for over 300 diffs up to 3000 files, and custom media types. large diffs may time out. includes signature status in a verification object.

Action Parameters

owner
stringRequired
repo
stringRequired
page
integerDefaults to 1
per_page
integerDefaults to 30
ref
stringRequired

Action Response

data
object
successful
boolean
error

Get the top 10 referrers over the last 14 days.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Generates a configuration that can be passed to the runner application at startup. the authenticated user must have admin access to the repository. oauth tokens and personal access tokens (classic) need therepo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
name
stringRequired
runner_group_id
integerRequired
labels
arrayRequired
work_folder
stringDefaults to _work

Action Response

data
object
successful
boolean
error

Api endpoint summary: lists up to 30 code scanning analyses per repository page, detailing rules run. older analyses may lack data. the tool name field is deprecated for tool. access requires specific oauth scopes.

Action Parameters

owner
stringRequired
repo
stringRequired
tool_name
string
tool_guid
string
page
integerDefaults to 1
per_page
integerDefaults to 30
ref
string
sarif_id
string
direction
stringDefaults to desc
sort
stringDefaults to created

Action Response

data
object
successful
boolean
error

note: this api is not built to serve real-time use cases. depending on the time of day, event latency can be anywhere from 30s to 6h.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint creates or replaces a file in a repository but cannot be used concurrently with the “delete a file” endpoint to avoid errors. it requires repo and, for modifying .github/workflows, workflow scopes in oauth or personal access tokens.

Action Parameters

owner
stringRequired
repo
stringRequired
path
stringRequired
message
stringRequired
content
stringRequired
sha
string
branch
string
committer__name
string
committer__email
string
committer__date
string
author__name
string
author__email
string
author__date
string

Action Response

data
object
successful
boolean
error

Lists any assignment repositories that have been created by students accepting a github classroom assignment. accepted assignments will only be returned if the current user is an administrator of the github classroom for the assignment.

Action Parameters

assignment_id
integerRequired
page
integerDefaults to 1
per_page
integerDefaults to 30

Action Response

data
object
successful
boolean
error

This endpoint determines access levels for workflows outside a private repository to its actions and reusable workflows. relevant for private repositories, requiring repo scope for oauth and classic personal access tokens.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Protected branches are available in public repos with github free/org, and in both public/private repos with github pro, team, enterprise cloud, and server. for details, see github’s products documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

Pull access users can create issues unless disabled. api may return 410 gone if issues off. excessive endpoint use can trigger rate limiting. it supports raw, text, html formats for return data.(DEPRECATED use create_an_issue)

Action Parameters

owner
stringRequired
repo
stringRequired
title
stringRequired
body
string
assignee
string
milestone
string
labels
array
assignees
array

Action Response

data
object
successful
boolean
error

Search for github repositories by criteria, returning up to 100 results per page. search includes text match metadata for names and descriptions. example: find popular tetris repositories in assembly, sorted by stars.(DEPRECATED use search_repositories)

Action Parameters

q
stringRequired
sort
string
order
stringDefaults to desc
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Owners of oauth or github apps can revoke a specific token using basic authentication with the app’s client id and client secret.

Action Parameters

client_id
stringRequired
access_token
stringRequired

Action Response

data
object
successful
boolean
error

Lists all secrets available in a repository without revealing their encrypted values. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint provides secret scanning alerts for enterprise repositories, focusing on new alerts in organizations where the user holds ownership or security management roles. access requires proper membership and either repo or security events scope.

Action Parameters

enterprise
stringRequired
state
string
secret_type
string
resolution
string
sort
stringDefaults to created
direction
stringDefaults to desc
per_page
integerDefaults to 30
before
string
after
string
validity
string

Action Response

data
object
successful
boolean
error

Gets all custom properties defined for an organization. organization members can read these properties.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

New endpoint allows creating posts on a team’s page, triggering notifications. excessive use may lead to rate limiting. supports specifying teams by org id and team id. requires write:discussion scope for oauth and personal access tokens.

Action Parameters

org
stringRequired
team_slug
stringRequired
title
stringRequired
body
stringRequired
private
boolean

Action Response

data
object
successful
boolean
error

Updates the access an organization member has to organization resources via a fine-grained personal access token. limited to revoking the token’s existing access. limited to revoking a token’s existing access. only github apps can use this endpoint.

Action Parameters

org
stringRequired
pat_id
integerRequired
action
stringRequired

Action Response

data
object
successful
boolean
error

List the reactions to a pull request review comment.

Action Parameters

owner
stringRequired
repo
stringRequired
comment_id
integerRequired
content
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Different source control systems have varied author identification methods, leading to inaccuracies in author mapping. github importer tries to fix this, but will be deprecated by april 12, 2024, due to low usage. an endpoint for accurate mapping exists.

Action Parameters

owner
stringRequired
repo
stringRequired
since
integer

Action Response

data
object
successful
boolean
error

Lists artifacts for a workflow run. anyone with read access to the repository can use this endpoint. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint with a private repository.

Action Parameters

owner
stringRequired
repo
stringRequired
run_id
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1
name
string

Action Response

data
object
successful
boolean
error

Protected branches are available across various github plans, including free, pro, team, and enterprise versions, in both public and private repositories. they block unauthorized users from pushing to the branch.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

This route allows deleting a reaction from a pull request review comment by specifying repository id, comment id, and reaction id.

Action Parameters

owner
stringRequired
repo
stringRequired
comment_id
integerRequired
reaction_id
integerRequired

Action Response

data
object
successful
boolean
error

Access a discussion on a team’s page via get /organizations/{org_id}/team/{team_id}/discussions/{discussion_number}“. use oauth or personal access tokens with read:discussion scope.

Action Parameters

org
stringRequired
team_slug
stringRequired
discussion_number
integerRequired

Action Response

data
object
successful
boolean
error

List the reactions to a commit comment.

Action Parameters

owner
stringRequired
repo
stringRequired
comment_id
integerRequired
content
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Protected branches are available in public repositories with github free, across all repos for organizations, github pro, team, enterprise cloud, and server. details are in github’s product documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

This text explains how to create or update an organization secret by encrypting it with libsodium. it mentions the necessity for users to have collaborator access and the required scopes for oauth and personal access tokens.

Action Parameters

org
stringRequired
secret_name
stringRequired
encrypted_value
string
key_id
string
visibility
stringRequired
selected_repository_ids
array

Action Response

data
object
successful
boolean
error

This text outlines how to add a team as a security manager in an organization. the user must be an admin and use tokens with write:org scope. more info is available in the provided github link.

Action Parameters

org
stringRequired
team_slug
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint retrieves the public key for encrypting secrets in a repository, accessible to users with read access. for private repositories, oauth and personal access tokens with the repo scope are needed.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Lists all notifications for the current user in the specified repository.

Action Parameters

owner
stringRequired
repo
stringRequired
all
boolean
participating
boolean
since
string
before
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The endpoint enables moving a project column to positions like ‘first’, ‘last’, or after a specified column id, needing a column id and position. see more at github api docs.

Action Parameters

column_id
integerRequired
position
stringRequired

Action Response

data
object
successful
boolean
error

Note that you’ll need to set content-length to zero when calling out to this endpoint. for more information, see “http method.”

Action Parameters

gist_id
stringRequired

Action Response

data
object
successful
boolean
error

Protected branches are available in various github plans, including free and paid versions. they restrict team push access to specific branches, with options for managing access levels, including for child teams.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

Checks if a user has permission to be assigned to an issue in this repository. if the assignee can be assigned to issues in the repository, a 204 header with no content is returned. otherwise a 404 status code is returned.

Action Parameters

owner
stringRequired
repo
stringRequired
assignee
stringRequired

Action Response

data
object
successful
boolean
error

Draft pull requests are available across various github plans. the endpoint supports custom media types like raw, text, html, diff, and patch representations. for more details, refer to github’s products and media types documentation.(DEPRECATED use list_pull_requests)

Action Parameters

owner
stringRequired
repo
stringRequired
state
stringDefaults to open
head
string
base
string
sort
stringDefaults to created
direction
string
per_page
integerDefaults to 1
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Fetch a specific public package version with an oauth or classic token having read:packages scope. if package type is in a registry needing repository-scoped permissions, repo scope is needed. see github for registry details.

Action Parameters

package_type
stringRequired
package_name
stringRequired
package_version_id
integerRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

Lists binaries for the runner application that you can download and run. authenticated users must have admin access to the repository to use this endpoint. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Users with pull access can view a deployment status for a deployment:

Action Parameters

owner
stringRequired
repo
stringRequired
deployment_id
integerRequired
status_id
integerRequired

Action Response

data
object
successful
boolean
error

To add or update a team’s project, the user needs ‘admin’ rights. projects and teams must belong to the same organization. a team can be specified by org id and team id via put request.

Action Parameters

org
stringRequired
team_slug
stringRequired
project_id
integerRequired
permission
string

Action Response

data
object
successful
boolean
error

This endpoint lists user-specific packages with migration conflicts accessible to the requester, requiring read:packages scope via oauth or classic tokens.

Action Parameters

username
stringRequired

Action Response

data
object
successful
boolean
error

Public gists can be listed from most to least recently updated, with pagination allowing up to 3000 gists retrieval, e.g., 100 pages of 30 gists or 30 pages of 100 gists.(DEPRECATED use list_public_gists)

Action Parameters

since
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint allows editing titles and bodies of discussion posts. updates are made with specific parameters. for team-specific discussions, use the route with org id and team id. oauth and personal tokens require write:discussion scope.

Action Parameters

org
stringRequired
team_slug
stringRequired
discussion_number
integerRequired
title
string
body
string

Action Response

data
object
successful
boolean
error

Get a token for the config script from this endpoint; it expires in an hour. use it to configure self-hosted runners with admin access required. oauth and personal tokens need admin:org and repo scopes for private repos.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

Update a milestone in a github repo by specifying its number. supports changing its title, state, description, and due date. refer to github docs for more.

Action Parameters

owner
stringRequired
repo
stringRequired
milestone_number
integerRequired
title
string
state
stringDefaults to open
description
string
due_on
string

Action Response

data
object
successful
boolean
error

Gets a label using the given name.

Action Parameters

owner
stringRequired
repo
stringRequired
name
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint deletes a gist using its id. it returns a 204 on success and error statuses like 404, 304, or 403 for issues. more info at github docs.

Action Parameters

gist_id
stringRequired

Action Response

data
object
successful
boolean
error

List the reactions to an issue.

Action Parameters

owner
stringRequired
repo
stringRequired
issue_number
integerRequired
content
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This api endpoint enables creation of pull request reviews and notifications. rapid usage may cause rate limiting. use pending for draft reviews. calculate diff position for comments. supports various response content types.(DEPRECATED use create_a_review_for_a_pull_request)

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired
commit_id
string
body
string
event
string
comments
array

Action Response

data
object
successful
boolean
error

This text explains how to assign organization roles to members, requiring administrator access and admin:org scope for oauth or personal tokens. more info at github docs on managing access with roles.

Action Parameters

org
stringRequired
username
stringRequired
role_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists all the emojis available to use on github.(DEPRECATED use get_emojis)

Action Parameters

Action Response

data
object
successful
boolean
error

Lists the people following the specified user.

Action Parameters

username
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Retrieve all comments from a team discussion by using the endpoint get /organizations/{org_id}/team/{team_id}/discussions/{discussion_number}/comments. you need read:discussion scope on oauth or personal tokens for access.

Action Parameters

org
stringRequired
team_slug
stringRequired
discussion_number
integerRequired
direction
stringDefaults to desc
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint removes a repository from a user’s dev environment secret, requiring codespaces access, and oauth or classic tokens with specific scopes.

Action Parameters

secret_name
stringRequired
repository_id
integerRequired

Action Response

data
object
successful
boolean
error

Sets the github actions permissions policy for enabling github actions and allowed actions and reusable workflows in the repository. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
enabled
booleanRequired
allowed_actions
string

Action Response

data
object
successful
boolean
error

Users with pull access can see commit statuses for a sha, branch, or tag in reverse order, with the latest first. it’s accessible through a legacy route.

Action Parameters

owner
stringRequired
repo
stringRequired
ref
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The /user/following/{username}“ endpoint checks if the authenticated user follows a specific github user, returning 204 if followed, 404 if not, and error details for other statuses. see api docs for further details.

Action Parameters

username
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint lists an organization’s self-hosted runners, accessible only to admins with admin:org scope (oauth app/personal access tokens). for private repositories, the repo scope is also necessary.

Action Parameters

name
string
org
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

List the machine types available for a given repository based on its configuration. oauth app tokens and personal access tokens (classic) need the codespace scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
location
string
client_ip
string
ref
string

Action Response

data
object
successful
boolean
error

Custom organization roles allow for tailored permissions, requiring admin status or certain permissions to access. oauth tokens must have admin:org scope. for more, see github’s documentation on managing these roles.

Action Parameters

org
stringRequired
name
stringRequired
description
string
permissions
arrayRequired

Action Response

data
object
successful
boolean
error

Lists builts of a github pages site. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Lists the ssh signing keys for the authenticated user’s github account. oauth app tokens and personal access tokens (classic) need the read:ssh signing key scope to use this endpoint.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This beta endpoint displays the status of billed copilot seats within an organization, accessible only to owners with the manage billing:copilot scope, for managing/viewing copilot business/enterprise subscriptions.

Action Parameters

org
stringRequired
page
integerDefaults to 1
per_page
integerDefaults to 50

Action Response

data
object
successful
boolean
error

Deprecated teams api endpoint for editing discussion comments will be removed. users should switch to the new “update a discussion comment” endpoint. oauth and classic tokens require write:discussion scope.

Action Parameters

team_id
integerRequired
discussion_number
integerRequired
comment_number
integerRequired
body
stringRequired

Action Response

data
object
successful
boolean
error

Returns a 204 if the given user is blocked by the given organization. returns a 404 if the organization is not blocking the user, or if the user account has been identified as spam by github.

Action Parameters

org
stringRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

Oauth app tokens and personal access tokens (classic) need the security events scope to use this endpoint. if this endpoint is only used with public repositories, the token can use the public repo scope instead.

Action Parameters

owner
stringRequired
repo
stringRequired
alert_number
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint allows adding a repository to those enabled for github actions in an organization, requiring the enabled repositories policy set to selected and admin:org scope for oauth/personal access tokens.

Action Parameters

org
stringRequired
repository_id
integerRequired

Action Response

data
object
successful
boolean
error

Creates an organization project board. returns 410 gone if projects are disabled or absent in the organization, and 401 unauthorized or 410 gone if the user lacks sufficient privileges.

Action Parameters

org
stringRequired
name
stringRequired
body
string

Action Response

data
object
successful
boolean
error

List the reactions to an issue comment.

Action Parameters

owner
stringRequired
repo
stringRequired
comment_id
integerRequired
content
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The deprecated teams api for member updates now has a new endpoint for adding members with considerations for synced teams. invites work upon acceptance, allowing role updates within github enterprise cloud limits, post-authentication.

Action Parameters

team_id
integerRequired
username
stringRequired
role
stringDefaults to member

Action Response

data
object
successful
boolean
error

Endpoint identifies check runs for sha, branch, or tag within the same repo; excludes forks, capped at 1000 suites per ref. full list via specific endpoints. repo scope needed for private repositories.

Action Parameters

owner
stringRequired
repo
stringRequired
ref
stringRequired
check_name
string
status
string
filter
stringDefaults to latest
per_page
integerDefaults to 30
page
integerDefaults to 1
app_id
integer

Action Response

data
object
successful
boolean
error

This endpoint determines if a gist is starred by id, returning 204 if yes, 404 if not found, 304 if unchanged, and 403 if access is denied. more information is available in the github docs.

Action Parameters

gist_id
stringRequired

Action Response

data
object
successful
boolean
error

Lists the available assignees for issues in a repository.(DEPRECATED use list_assignees)

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Gets the diff of the dependency changes between two commits of a repository, based on the changes to the dependency manifests made in those commits.

Action Parameters

owner
stringRequired
repo
stringRequired
basehead
stringRequired
name
string

Action Response

data
object
successful
boolean
error

Returns information about the specified github code of conduct.

Action Parameters

key
stringRequired

Action Response

data
object
successful
boolean
error

Update an existing project card by specifying its unique id. allows modifying notes and the archival status. returns updated card details. for more info, visit: https://docs.github.com/rest/projects/cards#update-an-existing-project-card

Action Parameters

card_id
integerRequired
note
string
archived
boolean

Action Response

data
object
successful
boolean
error

Submits a review for a pull request with options for custom media types including raw markdown, text only, html rendered, and full representations. see docs for detailed info on creating reviews and media types.

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired
review_id
integerRequired
body
string
event
stringRequired

Action Response

data
object
successful
boolean
error

This api method enables oauth/github apps to verify token validity without facing login rate limits, using basic authentication with client id and client secret. invalid tokens return a 404 not found.

Action Parameters

client_id
stringRequired
access_token
stringRequired

Action Response

data
object
successful
boolean
error

You can create a read-only deploy key.

Action Parameters

owner
stringRequired
repo
stringRequired
title
string
key
stringRequired
read_only
boolean

Action Response

data
object
successful
boolean
error

Gets a specific variable in an environment. authenticated users must have collaborator access to a repository to create, update, or read variables. oauth tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
environment_name
stringRequired
name
stringRequired

Action Response

data
object
successful
boolean
error

Updates a deployment branch or tag policy for an environment. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
environment_name
stringRequired
branch_policy_id
integerRequired
name
stringRequired

Action Response

data
object
successful
boolean
error

The endpoint provides weekly aggregates of additions and deletions for repositories with fewer than 10,000 commits. repositories exceeding this limit return a 422 status code.(DEPRECATED use get_the_weekly_commit_activity)

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Lists the deployment branch policies for an environment. anyone with read access to the repository can use this endpoint. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint with a private repository.

Action Parameters

owner
stringRequired
repo
stringRequired
environment_name
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Api enables updating imports with credentials or project selection. without parameters, it restarts imports. for multi-project servers, use project choices. the endpoint will be deprecated after april 12, 2024. check changelog for more info.

Action Parameters

owner
stringRequired
repo
stringRequired
vcs_username
string
vcs_password
string
vcs
string
tfvc_project
string

Action Response

data
object
successful
boolean
error

Removes all labels from an issue.

Action Parameters

owner
stringRequired
repo
stringRequired
issue_number
integerRequired

Action Response

data
object
successful
boolean
error

Gets a github classroom classroom for the current user. classroom will only be returned if the current user is an administrator of the github classroom.

Action Parameters

classroom_id
integerRequired

Action Response

data
object
successful
boolean
error

Anyone with read access to the repository can use this endpoint. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint with a private repository.

Action Parameters

owner
stringRequired
repo
stringRequired
run_id
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint fetches a list of gist commits using gist id, offering pagination via per page & page. it provides details like commit url, version, user info, and date. check the documentation for more.

Action Parameters

gist_id
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The teams api endpoint for listing team discussion reactions is deprecated. users are advised to migrate to the new “list reactions for a team discussion” endpoint. oauth tokens require the read:discussion scope.

Action Parameters

team_id
integerRequired
discussion_number
integerRequired
content
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Updating an organization’s webhook could reset its secret. supply the same or new secret to prevent deletion. use a designated endpoint for config changes. user role and oauth app abilities restrict webhook management.

Action Parameters

org
stringRequired
hook_id
integerRequired
config__url
string
config__content__type
string
config__secret
string
config__insecure__ssl
string
events
arrayDefaults to ['push']
active
booleanDefaults to True
name
string

Action Response

data
object
successful
boolean
error

This endpoint lists the people who have starred a repository and supports custom media types, including one that adds a timestamp for when the star was created. see github’s media types documentation for more details.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Creates a milestone.

Action Parameters

owner
stringRequired
repo
stringRequired
title
stringRequired
state
stringDefaults to open
description
string
due_on
string

Action Response

data
object
successful
boolean
error

Fetching a specific package version in an organization requires read:packages scope and potentially repo scope for certain package types, as per github’s documentation.

Action Parameters

package_type
stringRequired
package_name
stringRequired
org
stringRequired
package_version_id
integerRequired

Action Response

data
object
successful
boolean
error

This deletes a tag protection state for a repository. this endpoint is only available to repository administrators.

Action Parameters

owner
stringRequired
repo
stringRequired
tag_protection_id
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint controls the access level for external workflows to actions and reusable workflows in private repositories. it requires repo scope for oauth and classic personal access tokens. for details, refer to github documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
access_level
stringRequired

Action Response

data
object
successful
boolean
error

To remove existing and set new custom labels for a self-hosted runner in a repository, admin access is needed. oauth and classic personal tokens require repo scope.

Action Parameters

owner
stringRequired
repo
stringRequired
runner_id
integerRequired
labels
arrayRequired

Action Response

data
object
successful
boolean
error

This endpoint allows organization administrators to remove a role from a team, requiring admin:org scope for oauth or personal access tokens. for details on organization roles, visit github’s documentation.

Action Parameters

org
stringRequired
team_slug
stringRequired
role_id
integerRequired

Action Response

data
object
successful
boolean
error

Activates a workflow with workflow id or filename (e.g., main.yaml), requiring the repo scope for oauth or classic personal access tokens.

Action Parameters

owner
stringRequired
repo
stringRequired
workflow_id
integerRequired

Action Response

data
object
successful
boolean
error

The rest api lists comments on repository issues and pull requests, treating all pull requests as issues but not vice versa. comments are sorted by id, with different media types available for response formats, including raw markdown, text, and html.

Action Parameters

owner
stringRequired
repo
stringRequired
sort
stringDefaults to created
direction
string
since
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint lists all pull request review comments in a repository, sorted by id. it supports custom media types for different content formats: raw markdown, text, html, or all formats. for details on media types, visit github’s documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
sort
string
direction
string
since
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The text outlines an api feature that lists check suites for commits identified by sha, branch, or tag. forked repository pushes are not detected. access to private repositories needs repo scope on oauth or personal tokens.

Action Parameters

owner
stringRequired
repo
stringRequired
ref
stringRequired
app_id
integer
check_name
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The text describes a migration status check, where the state can be pending (not started), exporting (in progress), exported (completed successfully), or failed (unsuccessful).

Action Parameters

org
stringRequired
migration_id
integerRequired
exclude
array

Action Response

data
object
successful
boolean
error

This service allows authenticated users with codespace access to integrate development environment secrets into codespaces without exposing encrypted values, requiring codespace or codespace:secrets scope for oauth or classic tokens.

Action Parameters

secret_name
stringRequired

Action Response

data
object
successful
boolean
error

Lists public gists for the specified user:

Action Parameters

username
stringRequired
since
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

note: you can also specify a repository by repository id using the route delete /repositories/:repository id/issues/:issue number/reactions/:reaction id. delete a reaction to an issue.

Action Parameters

owner
stringRequired
repo
stringRequired
issue_number
integerRequired
reaction_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists all repository variables. authenticated users must have collaborator access to a repository to create, update, or read variables. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 10
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint allows comments on gists and supports media types for raw markdown or base64-encoded content. see github’s “media types” for more info.

Action Parameters

gist_id
stringRequired
body
stringRequired

Action Response

data
object
successful
boolean
error

Lists events for a repository.(DEPRECATED use list_issue_events_for_a_repository)

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 1
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The endpoint lists check runs for a check suite by its id, only detecting pushes in the original repository, not forks. to access it in private repositories, oauth app tokens and personal access tokens require the repo scope.

Action Parameters

owner
stringRequired
repo
stringRequired
check_suite_id
integerRequired
check_name
string
status
string
filter
stringDefaults to latest
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Allows you to add a new gist with one or more files. note: don’t name your files “gistfile” with a numerical suffix. this is the format of the automatic naming scheme that gist uses internally.(DEPRECATED use create_a_gist)

Action Parameters

description
string
files
objectRequired
public
boolean

Action Response

data
object
successful
boolean
error

The endpoint for checking repositories via teams api is deprecated. users should switch to the “check team permissions for a repository” endpoint, where you can also see team permissions for a specific repository by using a custom media type.

Action Parameters

team_id
integerRequired
owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

You can delete a reaction to an issue comment by specifying repository id using the route delete /repositories/:repository id/issues/comments/:comment id/reactions/:reaction id.

Action Parameters

owner
stringRequired
repo
stringRequired
comment_id
integerRequired
reaction_id
integerRequired

Action Response

data
object
successful
boolean
error

The endpoint route is deprecated; use the delete a team endpoint instead. organizational owners or team maintainers can delete teams, and deleting a parent team removes all its child teams.

Action Parameters

team_id
integerRequired

Action Response

data
object
successful
boolean
error

To update a repository security advisory using its ghsa id, the user must have specific repository roles or be a collaborator with appropriate oauth or personal access token scopes (repo or repository advisories:write).

Action Parameters

owner
stringRequired
repo
stringRequired
ghsa_id
stringRequired
summary
string
description
string
cve_id
string
vulnerabilities
array
cwe_ids
array
credits
array
severity
string
cvss_vector_string
string
state
string
collaborating_users
array
collaborating_teams
array

Action Response

data
object
successful
boolean
error

This endpoint lists repos enabled for github actions in an org, requiring the enabled repositories set to selected and admin:org scope for oauth/personal tokens. see docs for setting permissions.

Action Parameters

org
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Deletes a project column.

Action Parameters

column_id
integerRequired

Action Response

data
object
successful
boolean
error

Github’s rest api shows both issues & prs for users, marking prs with pull request key. for pr ids, check “list pull requests” link. it also supports different media types for issue content.

Action Parameters

org
stringRequired
filter
stringDefaults to assigned
state
stringDefaults to open
labels
string
sort
stringDefaults to created
direction
stringDefaults to desc
since
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

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 child teams endpoint.

Action Parameters

team_id
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Deletes a specific commit comment in a github repo using owner, repo, and comment id. successful deletion returns 204, failure returns 404. more info at github’s api documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
comment_id
integerRequired

Action Response

data
object
successful
boolean
error

Access to security alerts for a repository requires authenticated user access and specific token scopes (security events or public repo for public repositories). for more, see github docs on granting security alerts access.

Action Parameters

owner
stringRequired
repo
stringRequired
alert_number
integerRequired
state
stringRequired
dismissed_reason
string
dismissed_comment
string

Action Response

data
object
successful
boolean
error

The teams api endpoint is deprecated and will be removed. users should switch to the “remove team membership for a user” endpoint. admin permissions are required for removal. note: errors occur if changes are attempted on a team synced with an idp.

Action Parameters

team_id
integerRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

Removes a repo from an org secret when visibility is set to ‘selected’. users need collaborator access or ‘admin:org’ scope with oauth tokens. for private repos, ‘repo’ scope is needed.

Action Parameters

org
stringRequired
secret_name
stringRequired
repository_id
integerRequired

Action Response

data
object
successful
boolean
error

Get hypermedia links to resources accessible in github’s rest api

Action Parameters

Action Response

data
object
successful
boolean
error

Removes the security manager role from a team in an organization. administrators with admin:org scope via oauth or personal access tokens can use this endpoint. for more, visit github docs on managing security managers.

Action Parameters

org
stringRequired
team_slug
stringRequired

Action Response

data
object
successful
boolean
error

Updates a label using the given label name.

Action Parameters

owner
stringRequired
repo
stringRequired
name
stringRequired
new_name
string
color
string
description
string

Action Response

data
object
successful
boolean
error

The teams api endpoint is deprecated; use “remove a repository from a team” instead. org owners or team maintainers can remove repos; admin access required for members. repo not deleted by this action.

Action Parameters

team_id
integerRequired
owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Gets the default attributes for codespaces created by the user with the repository. oauth app tokens and personal access tokens (classic) need the codespace scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
ref
string
client_ip
string

Action Response

data
object
successful
boolean
error

The endpoint shows the total commits authored by a contributor, a weekly summary (weeks array) of additions, deletions, and commits, starting from a unix timestamp. for repositories with 10,000+ commits, addition and deletion counts will return 0.(DEPRECATED use get_all_contributor_commit_activity)

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Lists all repositories that have been selected when the visibility for repository access to a secret is set to selected. oauth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

Action Parameters

org
stringRequired
secret_name
stringRequired
page
integerDefaults to 1
per_page
integerDefaults to 30

Action Response

data
object
successful
boolean
error

Lists public repositories for the specified user.(DEPRECATED use list_repositories_for_a_user)

Action Parameters

username
stringRequired
type
stringDefaults to owner
sort
stringDefaults to full_name
direction
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Users with pull access can view combined commit statuses for a sha, branch, or tag in a repository. a state is also returned, indicating failure, pending, or success based on the context reports.

Action Parameters

owner
stringRequired
repo
stringRequired
ref
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Lists the people following the authenticated user.(DEPRECATED use list_followers_of_the_authenticated_user)

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The text outlines how to obtain saroc upload details, like status and analysis url, via a specific endpoint, emphasizing the need for oauth and access token scopes for both private and public repository access.

Action Parameters

owner
stringRequired
repo
stringRequired
sarif_id
stringRequired

Action Response

data
object
successful
boolean
error

This text explains how to add a repository to an organization secret with “selected” visibility by creating or updating it via a specific github documentation link. oauth and personal access tokens require admin:org scope for access.

Action Parameters

org
stringRequired
secret_name
stringRequired
repository_id
integerRequired

Action Response

data
object
successful
boolean
error

This service provides a temporary url to download a workflow run’s log archive, expiring in 1 minute. accessible to users with read access, private repos require oauth or classic tokens with repo scope.

Action Parameters

owner
stringRequired
repo
stringRequired
run_id
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint lets you comment on a gist with options for media types: raw markdown (default) and base64-encoded content. for more, visit github’s media types documentation.

Action Parameters

gist_id
stringRequired
comment_id
integerRequired

Action Response

data
object
successful
boolean
error

Create a github pages deployment for a repository. the authenticated user must have write permission to the repository.

Action Parameters

owner
stringRequired
repo
stringRequired
artifact_id
integer
artifact_url
string
environment
stringDefaults to github-pages
pages_build_version
stringDefaults to GITHUB_SHA
oidc_token
stringRequired

Action Response

data
object
successful
boolean
error

Protected branches are accessible in both public and private repositories across various github plans including free, pro, team, and enterprise versions. they identify branches having the latest commit designated by a specific commit sha.

Action Parameters

owner
stringRequired
repo
stringRequired
commit_sha
stringRequired

Action Response

data
object
successful
boolean
error

Unblocks the given user and returns a 204.

Action Parameters

username
stringRequired

Action Response

data
object
successful
boolean
error

Endpoint checks if a user follows another on github. pass ‘username’ & ‘target user’ in path. response: 204 if follows, 404 if not. supports github apps. api docs

Action Parameters

username
stringRequired
target_user
stringRequired

Action Response

data
object
successful
boolean
error

Protected branches in github, available across free, pro, team, and enterprise plans for both public and private repositories, require admin or owner permissions for enforcement due to enabled branch protection.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

The endpoint lists all collaborators in organization-owned repositories, including various organization members, and requires users with push access, and tokens with read:org and repo scopes to access. team member lists extend to child teams.(DEPRECATED use list_repository_collaborators)

Action Parameters

owner
stringRequired
repo
stringRequired
affiliation
stringDefaults to all
permission
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Gets information about an export of a codespace. oauth app tokens and personal access tokens (classic) need the codespace scope to use this endpoint.

Action Parameters

codespace_name
stringRequired
export_id
stringRequired

Action Response

data
object
successful
boolean
error

Starts a user’s codespace. oauth app tokens and personal access tokens (classic) need the codespace scope to use this endpoint.

Action Parameters

codespace_name
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint allows replacing enabled github actions repositories in an organization, requiring selected permission policy and admin:org scope for oauth or personal tokens. see documentation for setting permissions.

Action Parameters

org
stringRequired
selected_repository_ids
arrayRequired

Action Response

data
object
successful
boolean
error

The rest api allows fetching comments on issues and prs, noting that not all issues are prs. it supports several media types for different markdown representations: raw, text, html, and a full version combining all.

Action Parameters

owner
stringRequired
repo
stringRequired
comment_id
integerRequired

Action Response

data
object
successful
boolean
error

Cancels a github pages deployment. the authenticated user must have write permissions for the github pages site.

Action Parameters

owner
stringRequired
repo
stringRequired
pages_deployment_id
integerRequired

Action Response

data
object
successful
boolean
error

Adds labels to an issue. if you provide an empty array of labels, all labels are removed from the issue.

Action Parameters

owner
stringRequired
repo
stringRequired
issue_number
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint lists comments for a pull request review, supporting custom media types for raw markdown, text-only, html, or full representation (raw, text, and html) of the comment body.

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired
review_id
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Lists the people who the authenticated user follows.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

To get a specific comment from a team discussion, use get /organizations/{org_id}/team/{team_id}/discussions/{discussion_number}/comments/{comment_number}“. ensure oauth or personal access tokens have read:discussion scope.

Action Parameters

org
stringRequired
team_slug
stringRequired
discussion_number
integerRequired
comment_number
integerRequired

Action Response

data
object
successful
boolean
error

Removing a user from this list will remove them from all the organization’s repositories.

Action Parameters

org
stringRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

Fetches issues assigned to the user across all repos, using filters to customize the fetch. issues and pull requests are included, discernible by the pull request key. supports various media types for responses. visit github docs for more info.(DEPRECATED use list_issues_assigned_to_the_authenticated_user)

Action Parameters

filter
stringDefaults to assigned
state
stringDefaults to open
labels
string
sort
stringDefaults to created
direction
stringDefaults to desc
since
string
collab
boolean
orgs
boolean
owned
boolean
pulls
boolean
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint retrieves actions and reusable workflows permitted in an organization, requiring the allowed actions policy to be set to selected. it mandates admin:org scope for oauth and classic personal access tokens.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

Accept a repo invitation with invitation id. responses: 204 (accepted), 403 (forbidden), 409 (conflict), 404 (not found), 304 (not modified). see docs: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation

Action Parameters

invitation_id
integerRequired

Action Response

data
object
successful
boolean
error

The text outlines retrieving the github actions permissions policy for a repository, highlighting the enabled status, allowed actions/workflows, and the requirement for repo scope in oauth and classic personal access tokens to access this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Generates a token for removing a self-hosted runner from an organization, expiring in one hour. requires admin:org scope for public repos, plus repo scope for private ones. admin access is needed.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

Lists all migrations a user has started.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Protected branches can be used in various github plans, restricting app push access to those installed on the repository with write access. more info at github’s products documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

Create a reaction to a commit comment. a response with an http 200 status means that you already added the reaction type to this commit comment.

Action Parameters

owner
stringRequired
repo
stringRequired
comment_id
integerRequired
content
stringRequired

Action Response

data
object
successful
boolean
error

Removing a user from this list will remove them from all teams and they will no longer have any access to the organization’s repositories.

Action Parameters

org
stringRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

Gets a single repository development environment secret without revealing its encrypted value. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
secret_name
stringRequired

Action Response

data
object
successful
boolean
error

This text details getting estimates for paid minutes and storage used by github actions and github packages, highlighting that charges apply only to private repos. it also mentions necessary token scopes (repo, admin:org) for access.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

Lists the organization projects for a team. note: you can also specify a team by org id and team id using the route get /organizations/{org_id}/team/{team_id}/projects.

Action Parameters

org
stringRequired
team_slug
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Import repositories with files over 100mb from svn, mercurial, and tfs using git lfs. note: this feature will be deprecated on april 12, 2024. more details and alternatives are in the changelog.

Action Parameters

owner
stringRequired
repo
stringRequired
use_lfs
stringRequired

Action Response

data
object
successful
boolean
error

Lists approved fine-grained personal access tokens owned by organization members that can access organization resources. only github apps can use this endpoint.

Action Parameters

org
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1
sort
stringDefaults to created_at
direction
stringDefaults to desc
owner
array
repository
string
permission
string
last_used_before
string
last_used_after
string

Action Response

data
object
successful
boolean
error

The checks api, used to retrieve a check suite by id, detects pushes in origin repositories only, not forks, resulting in empty pull requests and a null head branch for forks. oauth and personal tokens need repo scope for private repos.

Action Parameters

owner
stringRequired
repo
stringRequired
check_suite_id
integerRequired

Action Response

data
object
successful
boolean
error

The teams api endpoint for removing organization projects from a team is deprecated. use the new endpoint instead. only team maintainers or org owners can remove projects, unless users have specific access rights. removal doesn’t delete the project.

Action Parameters

team_id
integerRequired
project_id
integerRequired

Action Response

data
object
successful
boolean
error

The rest api enables listing comments on issues & pull requests, distinguishing between them. comments are id-sorted. it supports various response formats like markdown, text, html, or mixed.

Action Parameters

owner
stringRequired
repo
stringRequired
issue_number
integerRequired
since
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint removes a repo from those selected for github actions in an org, requiring enabled repositories set to selected and admin:org scope for oauth/personal access tokens.

Action Parameters

org
stringRequired
repository_id
integerRequired

Action Response

data
object
successful
boolean
error

Get the total number of views and breakdown per day or week for the last 14 days. timestamps are aligned to utc midnight of the beginning of the day or week. week begins on monday.

Action Parameters

owner
stringRequired
repo
stringRequired
per
stringDefaults to day

Action Response

data
object
successful
boolean
error

Lists all development environment secrets available in a repository without revealing their encrypted values. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Re-run a job and its dependent jobs in a workflow run. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
job_id
integerRequired
enable_debug_logging
boolean

Action Response

data
object
successful
boolean
error

Use this endpoint to respond to primary comments on pull requests, enabling notifications. avoid quick, multiple replies to bypass rate limits. supports various content formats; refer to github documentation for specific rate limits and api guidelines.

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired
comment_id
integerRequired
body
stringRequired

Action Response

data
object
successful
boolean
error

The text outlines the process of deleting github actions caches for a repository via a full cache key, offering an option to use a git ref for precise removals. it mentions that oauth and personal access tokens need the repo scope for access.

Action Parameters

owner
stringRequired
repo
stringRequired
key
stringRequired
ref
string

Action Response

data
object
successful
boolean
error

This endpoint lists secret scanning alerts for repositories, requiring the user to be an administrator and to use tokens with repo, security events, or public repo (for public repositories) scopes.

Action Parameters

owner
stringRequired
repo
stringRequired
state
string
secret_type
string
resolution
string
sort
stringDefaults to created
direction
stringDefaults to desc
page
integerDefaults to 1
per_page
integerDefaults to 30
before
string
after
string
validity
string

Action Response

data
object
successful
boolean
error

Endpoint cancels github copilot seat assignments for specified teams, ending access after the billing cycle without further charges. only owners can configure. oauth and personal tokens require manage billing:copilot scope for access.

Action Parameters

org
stringRequired
selected_teams
arrayRequired

Action Response

data
object
successful
boolean
error

To comment on a pull request diff, use parameters line, side, start line, and start side. avoid using the deprecated position. triggering notifications, beware of rate limits. supports custom media types for comment formatting.

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired
body
stringRequired
commit_id
stringRequired
path
stringRequired
position
integer
side
string
line
integer
start_line
integer
start_side
string
in_reply_to
integer
subject_type
string

Action Response

data
object
successful
boolean
error

Gets a custom property that is defined for an organization. organization members can read these properties.

Action Parameters

org
stringRequired
custom_property_name
stringRequired

Action Response

data
object
successful
boolean
error

Converts the authenticated user to an active member of the organization, if that user has a pending invitation from the organization.

Action Parameters

org
stringRequired
state
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint lists the people who have starred a repository and supports custom media types, including one that adds a timestamp for when the star was created. see github’s media types documentation for more details.(DEPRECATED use list_stargazers)

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

To delete an organization’s package, you must be an admin. you can’t delete public packages with over 5,000 downloads (contact support). requires read:packages and delete:packages scopes, and repo scope for certain registries.

Action Parameters

package_type
stringRequired
package_name
stringRequired
org
stringRequired

Action Response

data
object
successful
boolean
error

Disabling private vulnerability reporting requires admin access to the repository. for more info, refer to the github guide on privately reporting security issues.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

This api endpoint returns a repository’s branch list, allows filtering by protection status, supports pagination (30 results/page), and is detailed in github’s documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
protected
boolean
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The text provides information on tracking free and paid github packages storage in gb, noting paid storage is for private repos. it links to billing management and mentions oauth tokens need the user scope.

Action Parameters

username
stringRequired

Action Response

data
object
successful
boolean
error

The text describes how to find global security advisories with specific parameters. by default, it excludes malware advisories, which can be included by setting the type parameter to malware. more on advisory types at github docs.(DEPRECATED use list_global_security_advisories)

Action Parameters

ghsa_id
string
type
stringDefaults to reviewed
cve_id
string
ecosystem
string
severity
string
cwes
array
is_withdrawn
boolean
affects
array
published
string
updated
string
modified
string
before
string
after
string
direction
stringDefaults to desc
per_page
integerDefaults to 30
sort
stringDefaults to published

Action Response

data
object
successful
boolean
error

Deletes a repository variable using the variable name. authenticated users must have collaborator access to a repository to create, update, or read variables. oauth tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
name
stringRequired

Action Response

data
object
successful
boolean
error

The text explains that the provided list only includes releases, not all git tags, advising to use the repository tags api for those. published releases are public, while draft releases info is restricted to users with push access.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The teams api endpoint for listing team discussion comment reactions is deprecated. use the new endpoint instead. oauth tokens require read:discussion scope.

Action Parameters

team_id
integerRequired
discussion_number
integerRequired
comment_number
integerRequired
content
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Users with pull access can view deployment statuses for a deployment:

Action Parameters

owner
stringRequired
repo
stringRequired
deployment_id
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Deletes a review comment.

Action Parameters

owner
stringRequired
repo
stringRequired
comment_id
integerRequired

Action Response

data
object
successful
boolean
error

This text describes an api endpoint for listing organization members by role, requiring administrator access and the admin:org scope for oauth or classic tokens. more details on roles are available in a linked github doc.

Action Parameters

org
stringRequired
role_id
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint lists security advisories for an organization, accessible only by its owners or security managers. oauth and personal tokens require the repo or repository advisories:write scope.

Action Parameters

org
stringRequired
direction
stringDefaults to desc
sort
stringDefaults to created
before
string
after
string
per_page
integerDefaults to 30
state
string

Action Response

data
object
successful
boolean
error

Blocks the given user and returns a 204. if the authenticated user cannot block the given user a 422 is returned.

Action Parameters

username
stringRequired

Action Response

data
object
successful
boolean
error

Access all discussions on a team’s page via get /organizations/{org_id}/team/{team_id}/discussions, needing oauth or classic tokens with read:discussion scope.

Action Parameters

org
stringRequired
team_slug
stringRequired
direction
stringDefaults to desc
per_page
integerDefaults to 30
page
integerDefaults to 1
pinned
string

Action Response

data
object
successful
boolean
error

These are events that you’ve received by watching repositories and following users. if you are authenticated as the given user, you will see private events. otherwise, you’ll only see public events.

Action Parameters

username
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Returns array of all github’s codes of conduct.

Action Parameters

Action Response

data
object
successful
boolean
error

An organization owner or a team maintainer can remove a project from a team. organization members need read or admin access to do so. the action doesn’t delete the project. teams can also be specified by org id and team id.

Action Parameters

org
stringRequired
team_slug
stringRequired
project_id
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint, listing files over 100mb from imports, is deprecated due to low use and alternatives. it’ll be discontinued on april 12, 2024. details at changelog.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Github’s “issues” endpoint lists only open issues but may include pull requests, identifiable by the pull request key. use “list pull requests” for pr ids. supports various media types for markdown representation.(DEPRECATED use list_repository_issues)

Action Parameters

owner
stringRequired
repo
stringRequired
milestone
string
state
stringDefaults to open
assignee
string
creator
string
mentioned
string
labels
string
sort
stringDefaults to created
direction
stringDefaults to desc
since
string
per_page
integerDefaults to 1
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint lists all teams across organizations for the authenticated user, requiring user, repo, or read:org scope. for fine-grained tokens, it shows teams from the token owner’s organization only.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Marks all notifications as “read” for the user. if too many to process at once, a 202 accepted status is received, and it’s handled asynchronously. check remaining “unread” with a specific github endpoint and all=false query.

Action Parameters

last_read_at
string
read
boolean

Action Response

data
object
successful
boolean
error

Use route delete /organizations/:org id/team/:team id/discussions/:discussion number/reactions/:reaction id to remove a reaction from team discussions. required write:discussion scope for oauth and personal access tokens.

Action Parameters

org
stringRequired
team_slug
stringRequired
discussion_number
integerRequired
reaction_id
integerRequired

Action Response

data
object
successful
boolean
error

This text explains how to get an organization role, requiring the user to be an admin or have specific permissions. for details, see github’s documentation on managing access with roles. oauth app tokens need admin:org scope.

Action Parameters

org
stringRequired
role_id
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint fetches a specific gist revision, supporting custom media types for raw markdown or base64-encoded content. for details, see github’s media types documentation.

Action Parameters

gist_id
stringRequired
sha
stringRequired

Action Response

data
object
successful
boolean
error

Gets a github classroom assignment. assignment will only be returned if the current user is an administrator of the github classroom for the assignment.

Action Parameters

assignment_id
integerRequired

Action Response

data
object
successful
boolean
error

This text outlines the ability to check if automated security fixes are enabled, disabled, or paused for a repository, which requires the user to have admin read access. for details, visit the provided github documentation link.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

To cancel an organization invitation, the user must be an organization owner. this action also triggers notifications.

Action Parameters

org
stringRequired
invitation_id
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint updates commit comments and supports different media types for responses, including raw markdown, text, html, or all. for details, visit the github docs on media types.

Action Parameters

owner
stringRequired
repo
stringRequired
comment_id
integerRequired
body
stringRequired

Action Response

data
object
successful
boolean
error

The text outlines how to check default github token workflow permissions and github actions’ ability to submit pull request reviews in organizations. it specifies that admin:org scope is needed for oauth/personual access tokens to use this endpoint.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

Gets information about a project column.

Action Parameters

column_id
integerRequired

Action Response

data
object
successful
boolean
error

To add a repo to an org secret with “selected” access, one must have collaborator rights for secret management and either admin:org or repo scope for tokens. details at github docs.

Action Parameters

org
stringRequired
secret_name
stringRequired
repository_id
integerRequired

Action Response

data
object
successful
boolean
error

Deletes a project card

Action Parameters

card_id
integerRequired

Action Response

data
object
successful
boolean
error

To manage repository notifications: enable by setting subscribed to true, ignore by setting ignored to true, or stop watching by deleting the repository’s subscription.

Action Parameters

owner
stringRequired
repo
stringRequired
subscribed
boolean
ignored
boolean

Action Response

data
object
successful
boolean
error

Checks if a pull request has been merged into the base branch. the http status of the response indicates whether or not the pull request has been merged; the response body is empty.

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired

Action Response

data
object
successful
boolean
error

The text outlines that the authenticated user can access repositories they own, collaborate on, or are part of through an organization, given explicit :read, :write, or :admin permissions.(DEPRECATED use list_repositories_for_the_authenticated_user)

Action Parameters

type
stringDefaults to all
sort
stringDefaults to full_name
direction
string
per_page
integerDefaults to 30
page
integerDefaults to 1
since
string
before
string

Action Response

data
object
successful
boolean
error

Deletes a secret in a repository using the secret name. authenticated users must have collaborator access to a repository to create, update, or read secrets. oauth tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
secret_name
stringRequired

Action Response

data
object
successful
boolean
error

Create a fork for the user; it’s asynchronous so wait a bit. if over 5 mins, contact github support. needs github app installed on both source and destination accounts with necessary access.(DEPRECATED use create_a_fork)

Action Parameters

owner
stringRequired
repo
stringRequired
organization
string
name
string
default_branch_only
boolean

Action Response

data
object
successful
boolean
error

Lists the authenticated user’s gists or if called anonymously, this endpoint returns all public gists:

Action Parameters

since
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Update an author’s identity in your application before pushing new commits. the endpoint will be deprecated on april 12, 2024, due to low usage. see the changelog for alternatives.

Action Parameters

owner
stringRequired
repo
stringRequired
author_id
integerRequired
email
string
name
string

Action Response

data
object
successful
boolean
error

Repositories can have multiple webhooks installed. each webhook should have a unique config. multiple webhooks can share the same config as long as those webhooks do not have any events that overlap.

Action Parameters

owner
stringRequired
repo
stringRequired
name
string
config__url
string
config__content__type
string
config__secret
string
config__insecure__ssl
string
events
arrayDefaults to ['push']
active
booleanDefaults to True

Action Response

data
object
successful
boolean
error

The text details checking a collaborator’s repository permission, outlining roles like admin, write, read, none, and correlating maintain with write, triage with read. it suggests using ‘role name’ for roles and ‘permissions’ hash for access levels.

Action Parameters

owner
stringRequired
repo
stringRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

Search repository labels by keywords in names or descriptions, with up to 100 results/page. use text-match for highlights in names/descriptions. example: q=bug+defect+enhancement&repository id=64778136.

Action Parameters

repository_id
integerRequired
q
stringRequired
sort
string
order
stringDefaults to desc
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint edits review comments, supporting various media types for different markdown representations: raw, text only, html, and a full version including all formats. for more, see github’s media types documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
comment_id
integerRequired
body
stringRequired

Action Response

data
object
successful
boolean
error

Members of an organization can choose to have their membership publicized or not.

Action Parameters

org
stringRequired
per_page
integerDefaults to 1
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Organization owners can view members’ github copilot seat assignments using oauth or personal access tokens with manage billing:copilot scope. this beta feature requires specific access permissions.

Action Parameters

org
stringRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint retrieves the preferred readme of a repository, supporting two media types: application/vnd.github.raw+json for raw file contents (default) and application/vnd.github.html+json for html rendered readmes using github’s markup library.

Action Parameters

owner
stringRequired
repo
stringRequired
ref
string

Action Response

data
object
successful
boolean
error

Oauth app tokens and personal access tokens (classic) need the user:follow scope to use this endpoint.

Action Parameters

username
stringRequired

Action Response

data
object
successful
boolean
error

Update or create custom properties for up to 30 org. repositories per request. null values remove the property. requires org admin or specific permission.

Action Parameters

org
stringRequired
repository_names
arrayRequired
properties
arrayRequired

Action Response

data
object
successful
boolean
error

Creates a deployment branch or tag policy for an environment. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
environment_name
stringRequired
name
stringRequired
type
string

Action Response

data
object
successful
boolean
error

Lists milestones for a repository.

Action Parameters

owner
stringRequired
repo
stringRequired
state
stringDefaults to open
sort
stringDefaults to due_on
direction
stringDefaults to asc
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Github api marks issue transfers with 301, restricts access with 404, signals deletions with 410, and tracks updates via the issues webhook. prs are tagged as issues with a pull request key, offering different media response types.

Action Parameters

owner
stringRequired
repo
stringRequired
issue_number
integerRequired

Action Response

data
object
successful
boolean
error

This api endpoint updates a single code scanning alert status, requiring security events scope for oauth or classic tokens on private/public repos, or public repo scope for public repos only.

Action Parameters

owner
stringRequired
repo
stringRequired
alert_number
integerRequired
state
stringRequired
dismissed_reason
string
dismissed_comment
string

Action Response

data
object
successful
boolean
error

Deleting a package requires admin rights. public packages with greater than 5,000 downloads need github support. oauth/personal tokens must have read:packages, delete:packages, and repo scope for some registries.

Action Parameters

package_type
stringRequired
package_name
stringRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

Lists all the repositories for this user migration.

Action Parameters

migration_id
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This teams api endpoint is being deprecated. users should migrate to the list discussions endpoint for team page discussions. read:discussion scope is required for oauth and classic tokens.

Action Parameters

team_id
integerRequired
direction
stringDefaults to desc
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Get all supported github api versions.

Action Parameters

Action Response

data
object
successful
boolean
error

This endpoint fetches a specific workflow using its file name (e.g., main.yaml) for users with read repository access. access to private repositories needs repo scope for oauth and personal access tokens.

Action Parameters

owner
stringRequired
repo
stringRequired
workflow_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists the project columns in a project.

Action Parameters

project_id
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Exports a specified codespace, providing a url and id to track its status. if unable to push to the repository, changes are pushed to a fork. oauth and classic tokens require codespace scope to access this endpoint.

Action Parameters

codespace_name
stringRequired

Action Response

data
object
successful
boolean
error

Users can restore a deleted package within 30 days if the namespace/version is available and not reused. admin permissions might be needed, and specific oauth or personal access tokens are required depending on the package registry’s permissions.

Action Parameters

package_type
stringRequired
package_name
stringRequired
username
stringRequired
package_version_id
integerRequired

Action Response

data
object
successful
boolean
error

A deleted github package can be restored within 30 days, provided the namespace/version are unchanged and admin rights with specific permissions are available. oauth/personal tokens need read:packages and write:packages scopes.

Action Parameters

package_type
stringRequired
package_name
stringRequired
username
stringRequired
token
string

Action Response

data
object
successful
boolean
error

Protected branches are supported in various github plan repositories. updating pull review enforcement needs admin/owner permissions and branch protection. adding new users and teams arrays overwrites old values.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired
dismissal__restrictions__users
array
dismissal__restrictions__teams
array
dismissal__restrictions__apps
array
dismiss_stale_reviews
boolean
require_code_owner_reviews
boolean
required_approving_review_count
integer
require_last_push_approval
boolean
bypass__pull__request__allowances__users
array
bypass__pull__request__allowances__teams
array
bypass__pull__request__allowances__apps
array

Action Response

data
object
successful
boolean
error

This endpoint allows users with read access to a repository to get a public key for encrypting secrets. for private repositories, oauth and classic personal access tokens require the repo scope.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Gets information about a user’s codespace. oauth app tokens and personal access tokens (classic) need the codespace scope to use this endpoint.

Action Parameters

codespace_name
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint verifies the dns cname record for github pages, initially responding with 202 accepted and then 200 ok. access is restricted to users with the right permissions, needing repo scope for oauth and classic tokens.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

You can use the rest api to delete comments on issues and pull requests. every pull request is an issue, but not every issue is a pull request.

Action Parameters

owner
stringRequired
repo
stringRequired
comment_id
integerRequired

Action Response

data
object
successful
boolean
error

Temporarily restricts interactions in public repositories to specific github users in an organization. only organization owners can set these limits, which override individual repository settings.

Action Parameters

org
stringRequired
limit
stringRequired
expiry
string

Action Response

data
object
successful
boolean
error

Github is updating to allow distinct permissions for different repository types, replacing members allowed repository creation type. only owners with proper token scopes can make these changes, affecting all and enterprise organizations.

Action Parameters

org
stringRequired
billing_email
string
company
string
email
string
twitter_username
string
location
string
name
string
description
string
has_organization_projects
boolean
has_repository_projects
boolean
default_repository_permission
stringDefaults to read
members_can_create_repositories
booleanDefaults to True
members_can_create_internal_repositories
boolean
members_can_create_private_repositories
boolean
members_can_create_public_repositories
boolean
members_allowed_repository_creation_type
string
members_can_create_pages
booleanDefaults to True
members_can_create_public_pages
booleanDefaults to True
members_can_create_private_pages
booleanDefaults to True
members_can_fork_private_repositories
boolean
web_commit_signoff_required
boolean
blog
string
advanced_security_enabled_for_new_repositories
boolean
dependabot_alerts_enabled_for_new_repositories
boolean
dependabot_security_updates_enabled_for_new_repositories
boolean
dependency_graph_enabled_for_new_repositories
boolean
secret_scanning_enabled_for_new_repositories
boolean
secret_scanning_push_protection_enabled_for_new_repositories
boolean
secret_scanning_push_protection_custom_link_enabled
boolean
secret_scanning_push_protection_custom_link
string

Action Response

data
object
successful
boolean
error

We delay the public events feed by five minutes, which means the most recent event returned by the public events api actually occurred at least five minutes ago.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Blocks the given user on behalf of the specified organization and returns a 204. if the organization cannot block the given user a 422 is returned.

Action Parameters

org
stringRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

For deploying, refer to deployment branch policy details at a specified link. this is accessible to those with repository read access. private repository access requires oauth or personal tokens with repo scope.

Action Parameters

owner
stringRequired
repo
stringRequired
environment_name
stringRequired

Action Response

data
object
successful
boolean
error

The updated code scanning configuration requires repo scope for oauth and classic personal access tokens for both private and public repositories, and public repo scope for public repositories only.

Action Parameters

owner
stringRequired
repo
stringRequired
state
string
query_suite
string
languages
array

Action Response

data
object
successful
boolean
error

To access a specific variable within an organization, users need collaborator access. for creating, updating, or reading variables, oauth or personal access tokens with admin:org scope are required, and repo scope is needed for private repositories.

Action Parameters

org
stringRequired
name
stringRequired

Action Response

data
object
successful
boolean
error

Star a github repository for given repo and owner

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

To create, update, or read variables in a github actions workflow, authenticated collaborators need repo scope on oauth/personal access tokens.

Action Parameters

owner
stringRequired
repo
stringRequired
name
stringRequired
value
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint allows updating a gist comment and supports two custom media types: application/vnd.github.raw+json for raw markdown (default), and application/vnd.github.base64+json for base64-encoded content, useful for invalid utf-8 sequences.

Action Parameters

gist_id
stringRequired
comment_id
integerRequired
body
stringRequired

Action Response

data
object
successful
boolean
error

Oauth app tokens and personal access tokens (classic) need the user scope in order for the response to include private profile information.

Action Parameters

Action Response

data
object
successful
boolean
error

This text explains how to create or update a repository secret with an encrypted value using libsodium. it highlights that oauth app and personal access tokens require the repo scope. for encryption details, visit github’s rest api guide.

Action Parameters

owner
stringRequired
repo
stringRequired
secret_name
stringRequired
encrypted_value
string
key_id
string

Action Response

data
object
successful
boolean
error

Lists github classroom classrooms for the current user. classrooms will only be returned if the current user is an administrator of one or more github classrooms.

Action Parameters

page
integerDefaults to 1
per_page
integerDefaults to 30

Action Response

data
object
successful
boolean
error

This method lists only public organization memberships for a specified user. to access both public and private memberships for an authenticated user, use the list organizations api.

Action Parameters

username
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This beta endpoint provides details on an organization’s copilot subscription, including seat breakdown and code policies. accessible only by org owners via github settings. requires manage billing:copilot scope for oauth and classic tokens.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

This api provides the total github actions cache usage for an organization, refreshing data roughly every 5 minutes. oauth and personal access tokens require read:org scope for access.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

This text describes a function that checks if private vulnerability reporting is enabled in a repository, with a link to github’s documentation for evaluating repository security settings.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Github packages tracks free and paid storage usage in gb. paid storage is for private repos only. oauth or personal access tokens with repo or admin:org scope are needed. details at github docs.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

This document details the default workflow permissions of the github token and its ability to approve pull requests in repositories. it also notes that oauth and personal access tokens need repo scope. for more, visit github’s documentation.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Deprecated teams api endpoint for creating discussion posts will be removed. use the new create a discussion endpoint. triggering notifications, subject to rate limits. requires write:discussion scope.

Action Parameters

team_id
integerRequired
title
stringRequired
body
stringRequired
private
boolean

Action Response

data
object
successful
boolean
error

This endpoint moves a project card to a specified column position using post with card id, column id, and position (top, bottom, or after another card). authentication needed.

Action Parameters

card_id
integerRequired
position
stringRequired
column_id
integer

Action Response

data
object
successful
boolean
error

Organization owners or team maintainers can add members, with non-members receiving email invites. team sync is available for github enterprise cloud, allowing idp to manage memberships. use org id and team id for team updates.

Action Parameters

org
stringRequired
team_slug
stringRequired
username
stringRequired
role
stringDefaults to member

Action Response

data
object
successful
boolean
error

Github offers authenticated users feeds like public/private timelines, user/organization timelines, & security advisories in json/atom formats. private feeds need basic auth.

Action Parameters

Action Response

data
object
successful
boolean
error

Disables a custom deployment protection rule for an environment. requires admin or owner permissions and oauth app or personal access tokens with ‘repo’ scope.

Action Parameters

environment_name
stringRequired
repo
stringRequired
owner
stringRequired
protection_rule_id
integerRequired

Action Response

data
object
successful
boolean
error

Gets information about a specific license. for more information, see “licensing a repository .”

Action Parameters

license
stringRequired

Action Response

data
object
successful
boolean
error

Lists all environment variables. authenticated users must have collaborator access to a repository to create, update, or read variables. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
environment_name
stringRequired
per_page
integerDefaults to 10
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Deletes a github actions cache for a repository, using a cache id. oauth tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
cache_id
integerRequired

Action Response

data
object
successful
boolean
error

This method finds issues by state and keyword, returning up to 100 results/page with titles and comments. it filters queries like ‘open python bugs on windows’. github apps should avoid mixing issue and pull request searches to avoid http 422 errors.

Action Parameters

q
stringRequired
sort
string
order
stringDefaults to desc
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

List all the repositories for this organization migration.

Action Parameters

org
stringRequired
migration_id
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint lists all secrets in a repository without showing encrypted values. it requires users to be collaborators and oauth app tokens or classic personal access tokens with repo scope.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Pull access users can create issues unless disabled. api may return 410 gone if issues off. excessive endpoint use can trigger rate limiting. it supports raw, text, html formats for return data.

Action Parameters

owner
stringRequired
repo
stringRequired
title
stringRequired
body
string
assignee
string
milestone
string
labels
array
assignees
array

Action Response

data
object
successful
boolean
error

Use github importer for source imports to a repository. if the repository has github actions, the import will fail with a 422 error. this feature is deprecated and will be removed on april 12, 2024, due to low usage and available alternatives.

Action Parameters

owner
stringRequired
repo
stringRequired
vcs_url
stringRequired
vcs
string
vcs_username
string
vcs_password
string
tfvc_project
string

Action Response

data
object
successful
boolean
error

Oauth app tokens and personal access tokens (classic) need the user scope in order for the response to include private profile information.(DEPRECATED use get_the_authenticated_user)

Action Parameters

Action Response

data
object
successful
boolean
error

Gets information about a github pages site. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

The text explains replacing organization variables in chosen repositories, needing the visibility field as selected and user access including collaborator or admin:org and repo scopes for private repositories.

Action Parameters

org
stringRequired
name
stringRequired
selected_repository_ids
arrayRequired

Action Response

data
object
successful
boolean
error

List the users blocked by an organization.

Action Parameters

org
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Creating an annotated git tag involves making a tag object and a refs/tags/[tag] reference. lightweight tags need only the reference. the verification object shows if the signature is verified and why.

Action Parameters

owner
stringRequired
repo
stringRequired
tag
stringRequired
message
stringRequired
object
stringRequired
type
stringRequired
tagger__name
string
tagger__email
string
tagger__date
string

Action Response

data
object
successful
boolean
error

To get a cve number for a project’s security vulnerability, request it via github for public repositories only. the requester must be a security manager or administrator with specific oauth or personal access tokens. see more on github’s documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
ghsa_id
stringRequired

Action Response

data
object
successful
boolean
error

Protected branches are available in public repos with github free, github free for organizations, and in both public and private repos with github pro, team, enterprise cloud, and server. more info is in github’s documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint lists versions of a user-owned package, requiring read:packages scope with oauth or classic tokens. for certain registries, repo scope is also needed. details on permissions can be found in the github packages documentation.

Action Parameters

package_type
stringRequired
package_name
stringRequired
page
integerDefaults to 1
per_page
integerDefaults to 30
state
stringDefaults to active

Action Response

data
object
successful
boolean
error

Removes one or more assignees from an issue.

Action Parameters

owner
stringRequired
repo
stringRequired
issue_number
integerRequired
assignees
array

Action Response

data
object
successful
boolean
error

Create a ruleset for a repository.

Action Parameters

owner
stringRequired
repo
stringRequired
name
stringRequired
target
string
enforcement
stringRequired
bypass_actors
array
conditions__ref__name__include
array
conditions__ref__name__exclude
array
rules
array

Action Response

data
object
successful
boolean
error

An endpoint lists commit comments, supporting custom media types for responses: raw markdown, text only, html rendered markdown, or all formats. see github docs for more.

Action Parameters

owner
stringRequired
repo
stringRequired
commit_sha
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

List all notifications for the current user, sorted by most recently updated.

Action Parameters

all
boolean
participating
boolean
since
string
before
string
page
integerDefaults to 1
per_page
integerDefaults to 50

Action Response

data
object
successful
boolean
error

Check if a user is, publicly or privately, a member of the organization.

Action Parameters

org
stringRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

To remove a team discussion, use delete /organizations/{org_id}/team/{team_id}/discussions/{discussion_number}“ specifying org id and team id. oauth and classic tokens require write:discussion scope.

Action Parameters

org
stringRequired
team_slug
stringRequired
discussion_number
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint allows users with codespaces access to encrypt secrets using a public key. users must encrypt secrets prior to creation or update. oauth app tokens and personal access tokens need codespace or codespace:secrets scope for access.

Action Parameters

Action Response

data
object
successful
boolean
error

Protected branches can be used in various github plans, including free, pro, and enterprise, for both public and private repositories. they allow admins or owners to require signed commits on a branch, provided branch protection is enabled.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

This teams api endpoint for adding a project to a team is deprecated. switch to the new endpoint for adding/updating team project permissions. admin rights required, and both project and team must belong to the same organization.

Action Parameters

team_id
integerRequired
project_id
integerRequired
permission
string

Action Response

data
object
successful
boolean
error

The text explains managing security in an organization, stating administrators or security managers need oauth or tokens with read:org scope. details are on github.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

Updates github pages site info require the user to be an admin, maintainer, or have specific permission, with oauth or personal access tokens needing ‘repo’ scope.

Action Parameters

owner
stringRequired
repo
stringRequired
cname
string
https_enforced
boolean
build_type
string
source
string

Action Response

data
object
successful
boolean
error

Returns a webhook configured in a repository. to get only the webhook config properties, see “get a webhook configuration for a repository.”

Action Parameters

owner
stringRequired
repo
stringRequired
hook_id
integerRequired

Action Response

data
object
successful
boolean
error

This text outlines the process of creating a repository project board. it notes that a 410 gone status appears if projects are disabled or if there are no classic projects. a lack of privileges results in a 401 unauthorized or 410 gone status.

Action Parameters

owner
stringRequired
repo
stringRequired
name
stringRequired
body
string

Action Response

data
object
successful
boolean
error

In a forked repository, parent is the direct source it was forked from, and source is the original network source. viewing security and analysis requires admin, owner, or security manager permissions.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Deletes a user’s codespace. oauth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

Action Parameters

org
stringRequired
username
stringRequired
codespace_name
stringRequired

Action Response

data
object
successful
boolean
error

Updates the access organization members have to organization resources via fine-grained personal access tokens. limited to revoking a token’s existing access. only github apps can use this endpoint.

Action Parameters

org
stringRequired
action
stringRequired
pat_ids
arrayRequired

Action Response

data
object
successful
boolean
error

This api method lets oauth and github apps auto-reset valid oauth tokens. apps must save the “token” from the response. basic authentication with app credentials is needed. invalid tokens return a 404 not found.

Action Parameters

client_id
stringRequired
access_token
stringRequired

Action Response

data
object
successful
boolean
error

Lists organization repositories with all of their custom property values. organization members can read these properties.

Action Parameters

org
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1
repository_query
string

Action Response

data
object
successful
boolean
error

Lists all of your email addresses, and specifies which one is visible to the public. oauth app tokens and personal access tokens (classic) need the user:email scope to use this endpoint.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The endpoint shows the total commits authored by a contributor, a weekly summary (weeks array) of additions, deletions, and commits, starting from a unix timestamp. for repositories with 10,000+ commits, addition and deletion counts will return 0.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Renames a branch in a repository; process may not be instant and pushing to the old name is disabled during this. user needs push access, and additional admin or owner permissions for default branches, including administration:write for tokens.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired
new_name
stringRequired

Action Response

data
object
successful
boolean
error

Returns the last year of commit activity grouped by week. the days array is a group of commits per day, starting on sunday.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Update a ruleset for an organization.

Action Parameters

org
stringRequired
ruleset_id
integerRequired
name
string
target
string
enforcement
string
bypass_actors
array
rules
array

Action Response

data
object
successful
boolean
error

To delete a gist comment, use the gist and comment ids. possible responses: 204 (deleted), 304 (not modified), 404 (not found), 403 (forbidden). details at github api docs.

Action Parameters

gist_id
stringRequired
comment_id
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint configures allowed actions and workflows in an organization, requiring selected permission policy and admin:org scope for access. see documentation for more on github actions permissions.

Action Parameters

org
stringRequired
github_owned_allowed
boolean
verified_allowed
boolean
patterns_allowed
array

Action Response

data
object
successful
boolean
error

Lists the environments for a repository. anyone with read access to the repository can use this endpoint. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint with a private repository.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Shows which type of github user can interact with this repository and when the restriction expires. if there are no restrictions, you will see an empty response.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Auth users can access repos they own, collaborate on, or are in their org with permissions (:read, :write, :admin) detailed under permissions key for an installation.

Action Parameters

installation_id
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Gets information about a github pages build. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
build_id
integerRequired

Action Response

data
object
successful
boolean
error

This text explains that a user can check if dependency alerts are enabled or disabled for a repository, provided they have admin read access. it also links to a page for more information on security alerts for vulnerable dependencies.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

This text outlines a system allowing authed users with collaborator access to list all org secrets without showing encrypted values. oauth and personal tokens with admin:org and repo scope for private repos are necessary for access.

Action Parameters

org
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Add a single repository to an installation. the authenticated user must have admin access to the repository.

Action Parameters

installation_id
integerRequired
repository_id
integerRequired

Action Response

data
object
successful
boolean
error

Protected branches are available in all github plans, including free and paid options, and restrict access in organization-owned repositories. more information can be found on github’s documentation page.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

Delete a ruleset for a repository.

Action Parameters

owner
stringRequired
repo
stringRequired
ruleset_id
integerRequired

Action Response

data
object
successful
boolean
error

Protected branches are supported across various github plans, including free and pro versions, and control app push access, limiting it to authorized github apps with write access.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint displays github repo forks by ‘owner/repo’, sorted by ‘newest’, ‘oldest’, ‘stargazers’, ‘watchers’; defaults to ‘newest’. supports pagination (‘per page’, ‘page’; default 30 results, page 1). for details, check github docs.

Action Parameters

owner
stringRequired
repo
stringRequired
sort
stringDefaults to newest
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Whether the authenticated user has starred the repository.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Disabling dependency alerts and the graph for a repository requires admin access. for details, see github’s guide on security alerts for vulnerable dependencies.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

The list organization projects for a team endpoint is deprecated and will be removed from the teams api. users are advised to switch to the list team projects endpoint for future needs.

Action Parameters

team_id
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Returns a 204 if the given user is blocked by the authenticated user. returns a 404 if the given user is not blocked by the authenticated user, or if the given user account has been identified as spam by github.

Action Parameters

username
stringRequired

Action Response

data
object
successful
boolean
error

This text outlines that authorized users with collaborator access can manage organization secrets linked to a repository, without seeing their encrypted values. oauth or personal access tokens with repo scope are required for access.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Updates an existing custom org role, affecting all assignees. requires administrator status or specific permissions. oauth and personal access tokens need admin:org scope for access. more details at github docs on managing access with roles.

Action Parameters

org
stringRequired
role_id
integerRequired
name
string
description
string
permissions
array

Action Response

data
object
successful
boolean
error

Create a reaction to an issue comment. a response with an http 200 status means that you already added the reaction type to this issue comment.

Action Parameters

owner
stringRequired
repo
stringRequired
comment_id
integerRequired
content
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint requests pull request reviews from users/teams, triggering notifications. fast usage may cause rate limiting. see github’s api rate limits and usage best practices for more information.

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired
reviewers
array
team_reviewers
array

Action Response

data
object
successful
boolean
error

To create, update, or read environment variables in a github actions workflow, authenticated collaborators need repo scope on oauth or classic tokens.

Action Parameters

owner
stringRequired
repo
stringRequired
name
stringRequired
environment_name
stringRequired
value
string

Action Response

data
object
successful
boolean
error

This endpoint retrieves a specific commit comment, offering custom media types for different representations: raw markdown (default), text-only, html, or a full version that includes all formats. see github’s media types documentation for details.

Action Parameters

owner
stringRequired
repo
stringRequired
comment_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists repositories for an organization. viewing security and analysis requires admin permissions for the repository or being an organization owner or security manager. more info on managing security managers available.(DEPRECATED use list_organization_repositories)

Action Parameters

org
stringRequired
type
stringDefaults to all
sort
stringDefaults to created
direction
string
per_page
integerDefaults to 1
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Protected branches are supported in both free and paid github plans, with varying access across public and private repositories. they ensure only authorized github apps with write access can push to these branches.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

Lists the github actions caches for a repository. oauth tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1
ref
string
key
string
sort
stringDefaults to last_accessed_at
direction
stringDefaults to desc

Action Response

data
object
successful
boolean
error

Delete a specified release asset from a github repository by providing the owner, repo, and asset id. access the detailed api documentation at https://docs.github.com/rest/releases/assets#delete-a-release-asset.

Action Parameters

owner
stringRequired
repo
stringRequired
asset_id
integerRequired

Action Response

data
object
successful
boolean
error

To access a user-owned package, oauth and classic tokens need read:packages scope. for certain github packages, repo scope is also necessary. details on permissions at github’s documentation.

Action Parameters

package_type
stringRequired
package_name
stringRequired

Action Response

data
object
successful
boolean
error

The endpoint in the teams api is deprecated and will be removed. users should migrate to the new list team members endpoint, which now includes child team members.

Action Parameters

team_id
integerRequired
role
stringDefaults to all
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This hovercard feature provides detailed info about someone’s involvement in pull requests, issues, repositories, and organizations, using subject type and subject id for context. oauth tokens require repo scope to access this endpoint.(DEPRECATED use get_contextual_information_for_a_user)

Action Parameters

username
stringRequired
subject_type
string
subject_id
string

Action Response

data
object
successful
boolean
error

This endpoint lists packages in a specific organization, readable by the user, that had conflicts during docker migration. it requires oauth app tokens or classic personal access tokens with the read:packages scope.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint fetches a gist with options for raw markdown (default) or base64-encoded content, supporting custom media types detailed at github docs.

Action Parameters

gist_id
stringRequired

Action Response

data
object
successful
boolean
error

To dismiss a pull request review on a protected branch, you must be an admin or authorized. the endpoint supports multiple media types for returning different formats of the review body.

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired
review_id
integerRequired
message
stringRequired
event
string

Action Response

data
object
successful
boolean
error

The return hash from an organization invitation includes a role field with values like direct member, admin, etc. the login field is null if the invitee isn’t a github member. optionally, specify a team with org id and team id.

Action Parameters

org
stringRequired
team_slug
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint retrieves a specific package version for packages owned by the authenticated user. it requires read:packages scope and, for certain registries, repo scope for access, based on package type and registry permissions.

Action Parameters

package_type
stringRequired
package_name
stringRequired
package_version_id
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint retrieves settings for allowed actions and workflows in a repository with allowed actions set to selected. requires repo scope for oauth/personal access tokens. see guide for setting permissions.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Update an existing github project column by id. requires column id in the path and a json request body with column’s new name. supports renaming project columns. refer to official documentation for more details.

Action Parameters

column_id
integerRequired
name
stringRequired

Action Response

data
object
successful
boolean
error

The text provides details on obtaining data about various rule evaluations in an organization, guiding users to manage rulesets for repositories. for further info, visit github’s documentation on managing rulesets.

Action Parameters

org
stringRequired
rule_suite_id
integerRequired

Action Response

data
object
successful
boolean
error

Check if the provided user is a public member of the organization.

Action Parameters

org
stringRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

To remove a package version with greater than 5,000 downloads in an organization, an admin must contact github support and have the right admin permissions and tokens with read:packages, delete:packages, and repo scopes for some registries.

Action Parameters

package_type
stringRequired
package_name
stringRequired
org
stringRequired
package_version_id
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint reinitiates a check suite without new code pushes, triggering a check suite webhook with rerequested action, resetting its status and clearing its conclusion. not accessible by oauth apps and personal access tokens.

Action Parameters

owner
stringRequired
repo
stringRequired
check_suite_id
integerRequired

Action Response

data
object
successful
boolean
error

List the reactions to a release.

Action Parameters

owner
stringRequired
repo
stringRequired
release_id
integerRequired
content
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint provides a list of all github apps installed on repositories within an organization, viewable by organization owners. oauth and personal access tokens require admin:read scope.

Action Parameters

org
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Adds a collaborator to an organization project and sets their permission level. you must be an organization owner or a project admin to add a collaborator.

Action Parameters

project_id
integerRequired
username
stringRequired
permission
stringDefaults to write

Action Response

data
object
successful
boolean
error

The “remove team member” endpoint is deprecated; use “remove team membership for a user” instead, requiring admin rights. it’s available for github enterprise cloud with some limits on idp-synced teams.

Action Parameters

team_id
integerRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

To create a draft repository security advisory, the user must be a security manager or admin of the repository. oauth app and classic personal access tokens require repo or repository advisories:write scope.

Action Parameters

owner
stringRequired
repo
stringRequired
summary
stringRequired
description
stringRequired
cve_id
string
vulnerabilities
arrayRequired
cwe_ids
array
credits
array
severity
string
cvss_vector_string
string
start_private_fork
boolean

Action Response

data
object
successful
boolean
error

You can delete a reaction to a github release by using the route delete /repositories/:repository id/releases/:release id/reactions/:reaction id, specifying the repository by repository id.

Action Parameters

owner
stringRequired
repo
stringRequired
release_id
integerRequired
reaction_id
integerRequired

Action Response

data
object
successful
boolean
error

Release notes, named and formatted in markdown, detail changes since the last release and contributors. intended for creating new releases, they are not stored but generated as needed.

Action Parameters

owner
stringRequired
repo
stringRequired
tag_name
stringRequired
target_commitish
string
previous_tag_name
string
configuration_file_path
string

Action Response

data
object
successful
boolean
error

Lists all teams in an organization that are visible to the authenticated user.

Action Parameters

org
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The text describes how to manually create a check suite when auto-creation is disabled. it mentions that the checks api functions solely within the original repository, not forks, and is inaccessible to oauth apps and personal tokens.

Action Parameters

owner
stringRequired
repo
stringRequired
head_sha
stringRequired

Action Response

data
object
successful
boolean
error

Get the octocat as ascii art

Action Parameters

s
string

Action Response

data
object
successful
boolean
error

To encrypt secrets for an organization, you must first obtain its public key. this process requires an oauth or personal access token with admin:org scope.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

Deletes a deployment branch or tag policy for an environment. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
environment_name
stringRequired
branch_policy_id
integerRequired

Action Response

data
object
successful
boolean
error

Team members will include the members of child teams. to list members in a team, the team must be visible to the authenticated user.

Action Parameters

org
stringRequired
team_slug
stringRequired
role
stringDefaults to all
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Get a ruleset for a repository.

Action Parameters

owner
stringRequired
repo
stringRequired
ruleset_id
integerRequired
includes_parents
booleanDefaults to True

Action Response

data
object
successful
boolean
error

The teams api endpoint is deprecated; switch to the “update a team” endpoint. only organization owners or team maintainers can edit teams. parent teams in nested setups can’t be set to “secret.”

Action Parameters

team_id
integerRequired
name
stringRequired
description
string
privacy
string
notification_setting
string
permission
stringDefaults to pull
parent_team_id
integer

Action Response

data
object
successful
boolean
error

deprecation notice: this endpoint route is deprecated and will be removed from the teams api. we recommend migrating your existing code to use the get a team by name endpoint.

Action Parameters

team_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists the public ssh keys for the authenticated user’s github account. oauth app tokens and personal access tokens (classic) need the read:public key scope to use this endpoint.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint is for the handshake in the github app manifest flow, allowing retrieval of app id, pem (private key), and webhook secret with a temporary code after app creation.

Action Parameters

code
stringRequired

Action Response

data
object
successful
boolean
error

The text outlines an endpoint to list workflow run jobs with filter options. it’s open to users with read access to the repository, but private repos need ‘repo’ scope for oauth and classic tokens.

Action Parameters

owner
stringRequired
repo
stringRequired
run_id
integerRequired
filter
stringDefaults to latest
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Protected branches are accessible in both free and paid github plans, including private repositories for paid plans. they allow specifying a limited list of users (up to 100) who can push, replacing any previous push permissions.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

The teams api’s endpoint for listing team discussion comments is deprecated. switch to the new endpoint for this purpose. oauth and classic tokens require the read:discussion scope.

Action Parameters

team_id
integerRequired
discussion_number
integerRequired
direction
stringDefaults to desc
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint deletes an organization’s custom property. it requires the user to be an organization admin or a user/team with the custom properties org definitions manager permission.

Action Parameters

org
stringRequired
custom_property_name
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint cancels a workflow run, overriding any conditions like always() that would continue execution. it’s for unresponsive workflows. use requires repo scope on oauth or personal access tokens.

Action Parameters

owner
stringRequired
repo
stringRequired
run_id
integerRequired

Action Response

data
object
successful
boolean
error

Creates/updates a repo dev environment secret using an encrypted value via libsodium. requires repo scope for oauth/personal tokens. see github docs for encryption details.

Action Parameters

owner
stringRequired
repo
stringRequired
secret_name
stringRequired
encrypted_value
string
key_id
string

Action Response

data
object
successful
boolean
error

Users with push access to the repository can delete a release.

Action Parameters

owner
stringRequired
repo
stringRequired
release_id
integerRequired

Action Response

data
object
successful
boolean
error

Oauth app tokens and personal access tokens (classic) need the user scope to use this endpoint.

Action Parameters

Action Response

data
object
successful
boolean
error

Search for topics with criteria, getting up to 100 results per page, sorted by best match. use text-match for metadata in search, e.g., q=ruby+is:featured for featured ruby topics. see guides on pagination and text match for details.

Action Parameters

q
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The teams api endpoint for creating team discussion reactions is deprecated. use the “create reaction for a team discussion” endpoint instead. http 200 means the reaction was added. requires write:discussion scope for oauth and personal tokens.

Action Parameters

team_id
integerRequired
discussion_number
integerRequired
content
stringRequired

Action Response

data
object
successful
boolean
error

Github free allows protected branches in public repos and for organizations; github pro, team, enterprise cloud, and server expands this to private repos as well. further details in github help documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

To modify a team’s repo permissions, admin access is needed along with team visibility. repos must be owned or forked by the org. follow specific conditions and set content-length to zero for empty parameters to avoid errors.

Action Parameters

org
stringRequired
team_slug
stringRequired
owner
stringRequired
repo
stringRequired
permission
stringDefaults to push

Action Response

data
object
successful
boolean
error

Shows which type of github user can interact with your public repositories and when the restriction expires.

Action Parameters

Action Response

data
object
successful
boolean
error

Gets a single organization secret without revealing its encrypted value. oauth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

Action Parameters

org
stringRequired
secret_name
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint updates a user’s codespace, modifying its machine type and recent folders. changes apply upon next start. oauth app tokens and personal access tokens with ‘codespace’ scope are required.

Action Parameters

codespace_name
stringRequired
machine
string
display_name
string
recent_folders
array

Action Response

data
object
successful
boolean
error

Lists the gpg keys for a user. this information is accessible by anyone.

Action Parameters

username
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Authenticated users with admin access can reset custom labels on a specific self-hosted runner in an organization. oauth and classic tokens require admin:org scope; private repos also need repo scope.

Action Parameters

org
stringRequired
runner_id
integerRequired
labels
arrayRequired

Action Response

data
object
successful
boolean
error

This endpoint allows users with read access to obtain a public key for encrypting secrets. for private repositories, oauth or personal access tokens with repo scope are required.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint provides a registration token for configuring a self-hosted runner, which expires in 1 hour. it requires admin access to the repository and oauth or personal access tokens with repo scope.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint allows creating or updating an organization’s custom property. it requires the user to be an administrator or have specific permission (custom properties org definitions manager).

Action Parameters

org
stringRequired
custom_property_name
stringRequired
value_type
stringRequired
required
boolean
default_value
string
description
string
allowed_values
array

Action Response

data
object
successful
boolean
error

Lists social media accounts for a user. this endpoint is accessible by anyone.(DEPRECATED use list_social_accounts_for_a_user)

Action Parameters

username
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This text outlines how to manage user access to codespaces in an organization by adjusting permissions, and specifies that oauth app tokens and personal access tokens (classic) require the admin:org scope to access this endpoint.

Action Parameters

org
stringRequired
visibility
stringRequired
selected_usernames
array

Action Response

data
object
successful
boolean
error

To fetch a secret scanning alert, a user must be an admin of the repo or its organization, and use tokens with repo, security events, or public repo (for public repositories) scopes.

Action Parameters

owner
stringRequired
repo
stringRequired
alert_number
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint returns the membership status of an authenticated user in an organization unless the user is unaffiliated or the request is from a blocked github app, resulting in a 404 or 403 error respectively.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

With ‘selected’ access, only chosen repositories appear. users need collaborator status and admin:org, repo scopes for managing secrets in private repositories using oauth and personal access tokens.

Action Parameters

org
stringRequired
secret_name
stringRequired
page
integerDefaults to 1
per_page
integerDefaults to 30

Action Response

data
object
successful
boolean
error

Unblocks the given user on behalf of the specified organization.

Action Parameters

org
stringRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

Gets an organization development environment secret without revealing its encrypted value. oauth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

Action Parameters

org
stringRequired
secret_name
stringRequired

Action Response

data
object
successful
boolean
error

Users with push access can unlock an issue’s conversation.

Action Parameters

owner
stringRequired
repo
stringRequired
issue_number
integerRequired

Action Response

data
object
successful
boolean
error

Github’s commit object includes a verification object summarizing the result of the commit’s signature verification, detailing if it was verified, the reason, signature, and signed value. descriptions for possible verification reasons are provided.

Action Parameters

owner
stringRequired
repo
stringRequired
commit_sha
stringRequired

Action Response

data
object
successful
boolean
error

Lists all events for an issue.

Action Parameters

owner
stringRequired
repo
stringRequired
issue_number
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The verification object in a commit includes the verified status, reason, signature, and payload. failure can result from key issues, service errors, unsigned commits, unrecognized signatures, email issues, or invalid signatures. (DEPRECATED use list_commits)

Action Parameters

owner
stringRequired
repo
stringRequired
sha
string
path
string
author
string
committer
string
since
string
until
string
per_page
integerDefaults to 1
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Access reactions to a team discussion via get request, specifying by org id and team id. oauth and personal access tokens with read:discussion scope are necessary.

Action Parameters

org
stringRequired
team_slug
stringRequired
discussion_number
integerRequired
content
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Gets a global security advisory using its github security advisory (ghsa) identifier.

Action Parameters

ghsa_id
stringRequired

Action Response

data
object
successful
boolean
error

Github bills minutes for private repo workflows, tracking job re-runs and milliseconds but excludes os multipliers. requires read permissions and certain token scopes. a further document is available for details.

Action Parameters

owner
stringRequired
repo
stringRequired
run_id
integerRequired

Action Response

data
object
successful
boolean
error

To edit a team, the authenticated user must either be an organization owner or a team maintainer. note: you can also specify a team by org id and team id using the route patch /organizations/{org_id}/team/{team_id}“.

Action Parameters

org
stringRequired
team_slug
stringRequired
name
string
description
string
privacy
string
notification_setting
string
permission
stringDefaults to pull
parent_team_id
integer

Action Response

data
object
successful
boolean
error

Deletes a user’s codespace. oauth app tokens and personal access tokens (classic) need the codespace scope to use this endpoint.

Action Parameters

codespace_name
stringRequired

Action Response

data
object
successful
boolean
error

Protected branches are accessible in both free and paid github public/private repositories. removing admin enforcement needs admin/owner rights and branch protection activation.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint lists all code scanning alerts, requiring security events scope for oauth app and classic tokens in private/public repos and public repo scope for public repos only.

Action Parameters

owner
stringRequired
repo
stringRequired
alert_number
integerRequired
page
integerDefaults to 1
per_page
integerDefaults to 30
ref
string

Action Response

data
object
successful
boolean
error

Gets information about whether the authenticated user is subscribed to the repository.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Draft pull requests on github support various plans, need write access or organization membership to modify, may trigger notifications, are rate-limited, and allow custom media types for markdown representations.

Action Parameters

owner
stringRequired
repo
stringRequired
title
string
head
stringRequired
head_repo
string
base
stringRequired
body
string
maintainer_can_modify
boolean
draft
boolean
issue
integer

Action Response

data
object
successful
boolean
error

This endpoint guides users to a url to download a workflow run’s logs, expiring in 1 minute, found in the location: header, accessible to those with repo read access. private repos need oauth or personal access tokens with repo scope.

Action Parameters

owner
stringRequired
repo
stringRequired
run_id
integerRequired
attempt_number
integerRequired

Action Response

data
object
successful
boolean
error

Removes a repository from an org variable with visibility set to selected. authenticated users need collaborator access for variable actions. oauth and classic tokens require admin:org scope, and repo scope for private repositories.

Action Parameters

org
stringRequired
name
stringRequired
repository_id
integerRequired

Action Response

data
object
successful
boolean
error

Protected branches are available in public and private repositories across various github plans, including free, pro, team, and enterprise versions. they restrict who can push to the branch. for details, see github’s products documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

To delete a deployment, it must be inactive in multi-deployment repos. make a deployment inactive by replacement or marking it non-successful. use repo or repo deployment scope tokens. refer to github docs for creating deployments and statuses.

Action Parameters

owner
stringRequired
repo
stringRequired
deployment_id
integerRequired

Action Response

data
object
successful
boolean
error

Deletes a previous migration archive. migration archives are automatically deleted after seven days.

Action Parameters

org
stringRequired
migration_id
integerRequired

Action Response

data
object
successful
boolean
error

The public release is accessible with a given release id, providing an upload url for asset uploads. this url is a hypermedia resource, detailed in github’s rest api guide.

Action Parameters

owner
stringRequired
repo
stringRequired
release_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists annotations for a check run using the annotation id. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint on a private repository.

Action Parameters

owner
stringRequired
repo
stringRequired
check_run_id
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Deprecated teams api endpoint for creating team discussion comments will be removed. migrate to the new endpoint. trigger notifications; avoid rapid content creation to prevent rate limiting. requires write:discussion scope.

Action Parameters

team_id
integerRequired
discussion_number
integerRequired
body
stringRequired

Action Response

data
object
successful
boolean
error

The latest published release for a repository is the most recent non-prerelease, non-draft version, ordered by the created at date, which is the commit date, not the drafting or publishing date.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Draft pull requests on github support various plans, need write access or organization membership to modify, may trigger notifications, are rate-limited, and allow custom media types for markdown representations.(DEPRECATED use create_a_pull_request)

Action Parameters

owner
stringRequired
repo
stringRequired
title
string
head
stringRequired
head_repo
string
base
stringRequired
body
string
maintainer_can_modify
boolean
draft
boolean
issue
integer

Action Response

data
object
successful
boolean
error

Creates a label for the specified repository with the given name and color. the name and color parameters are required. the color must be a valid hexadecimal color code.

Action Parameters

owner
stringRequired
repo
stringRequired
name
stringRequired
color
string
description
string

Action Response

data
object
successful
boolean
error

This api endpoint fetches contents of files or directories in various formats, uniquely manages directories, symlinks, and submodules, and supports up to 1,000 files per directory with size constraints on features.(DEPRECATED use get_repository_content)

Action Parameters

owner
stringRequired
repo
stringRequired
path
stringRequired
ref
string

Action Response

data
object
successful
boolean
error

The beta endpoint enables organization owners with copilot business or enterprise subscriptions to buy copilot seats for teams, charging the organization. access requires a manage billing:copilot scope. for prices and setup, see github docs.

Action Parameters

org
stringRequired
selected_teams
arrayRequired

Action Response

data
object
successful
boolean
error

Checks if a user has permission to be assigned to a specific issue. if the assignee can be assigned to this issue, a 204 status code with no content is returned. otherwise a 404 status code is returned.

Action Parameters

owner
stringRequired
repo
stringRequired
issue_number
integerRequired
assignee
stringRequired

Action Response

data
object
successful
boolean
error

Lists all packages that are owned by the authenticated user within the user’s namespace, and that encountered a conflict during a docker migration. oauth app tokens and personal access tokens (classic) need the read:packages scope to use this endpoint.

Action Parameters

Action Response

data
object
successful
boolean
error

This endpoint creates or replaces a file in a repository but cannot be used concurrently with the “delete a file” endpoint to avoid errors. it requires repo and, for modifying .github/workflows, workflow scopes in oauth or personal access tokens.(DEPRECATED use create_or_update_file_contents)

Action Parameters

owner
stringRequired
repo
stringRequired
path
stringRequired
message
stringRequired
content
stringRequired
sha
string
branch
string
committer__name
string
committer__email
string
committer__date
string
author__name
string
author__email
string
author__date
string

Action Response

data
object
successful
boolean
error

This endpoint allows users with collaborator access to list all secrets in an environment, without showing their encrypted values. oauth app and personal access tokens with repo scope are required.

Action Parameters

owner
stringRequired
repo
stringRequired
environment_name
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Gets grades for a github classroom assignment. grades will only be returned if the current user is an administrator of the github classroom for the assignment.

Action Parameters

assignment_id
integerRequired

Action Response

data
object
successful
boolean
error

Removes a custom label from an organization’s self-hosted runner, returning remaining labels. requires admin:org scope and repo scope for private repositories. a 404 status appears if the label is missing. admin access is required.

Action Parameters

org
stringRequired
runner_id
integerRequired
name
stringRequired

Action Response

data
object
successful
boolean
error

This teams api endpoint for getting team discussion comments is deprecated and will be removed. switch to the new endpoint. oauth and personal tokens need read:discussion scope.

Action Parameters

team_id
integerRequired
discussion_number
integerRequired
comment_number
integerRequired

Action Response

data
object
successful
boolean
error

This method supports searching content and paths, offering up to 100 results/page with text match data. limited to default branch, files less than 384kb, and requires a search term. authentication and a 10 requests/minute limit are mandatory.

Action Parameters

q
stringRequired
sort
string
order
stringDefaults to desc
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Marks repository notifications as “read” for a user. a 202 accepted status signals the start of marking notifications. to check remaining unread notifications, use the list repository notifications endpoint with all=false.

Action Parameters

owner
stringRequired
repo
stringRequired
last_read_at
string

Action Response

data
object
successful
boolean
error

Fetches a tree by sha1 or ref name. if truncated is true, the tree exceeds limits (100,000 entries, 7 mb with recursive). fetch more items by getting sub-trees non-recursively.

Action Parameters

owner
stringRequired
repo
stringRequired
tree_sha
stringRequired
recursive
string

Action Response

data
object
successful
boolean
error

Delete a repository invitation by specifying the repo’s owner, repository name, and invitation id. for detailed api usage, visit: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation

Action Parameters

owner
stringRequired
repo
stringRequired
invitation_id
integerRequired

Action Response

data
object
successful
boolean
error

A deleted organizational package can be restored within 30 days unless its namespace and version are reused. admin permissions and appropriate oauth scopes for github packages are needed.

Action Parameters

package_type
stringRequired
package_name
stringRequired
org
stringRequired
package_version_id
integerRequired

Action Response

data
object
successful
boolean
error

Gets a single repository secret without revealing its encrypted value. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
secret_name
stringRequired

Action Response

data
object
successful
boolean
error

The return hash includes a role field indicating the organization invitation role (values: direct member, admin, billing manager, hiring manager). if non-github member, login field is null.

Action Parameters

org
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1
role
stringDefaults to all
invitation_source
stringDefaults to all

Action Response

data
object
successful
boolean
error

Protected branches are supported across various github plans. admins or owners can check if a branch requires signed commits via a specific endpoint. branch protection must be enabled to require signed commits. for more, visit github’s documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

To redeliver a webhook delivery in an organization, you must be the owner. use admin:org hook scope with oauth or personal access tokens. oauth apps can’t interact with non-owned webhooks, nor can users with those created by oauth apps.

Action Parameters

org
stringRequired
hook_id
integerRequired
delivery_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists the projects in an organization. returns a 404 not found status if projects are disabled in the organization. if you do not have sufficient privileges to perform this action, a 401 unauthorized or 410 gone status is returned.

Action Parameters

org
stringRequired
state
stringDefaults to open
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The text explains deleting a file in a repository, mentioning how committer or author details can be specified but default to the user. it advises against using this method with “create or update file contents” to avoid errors.

Action Parameters

owner
stringRequired
repo
stringRequired
path
stringRequired
message
stringRequired
sha
stringRequired
branch
string
committer__name
string
committer__email
string
author__name
string
author__email
string

Action Response

data
object
successful
boolean
error

Github supports draft pull requests in various plans, including free, pro, team, and enterprise. it tests mergeability without branch changes, using mergeable and merge commit sha attributes, and allows for specific media types in data retrieval.(DEPRECATED use get_a_pull_request)

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired

Action Response

data
object
successful
boolean
error

Marks a thread as “done.” marking a thread as “done” is equivalent to marking a notification in your notification inbox on github as done: https://github.com/notifications.

Action Parameters

thread_id
integerRequired

Action Response

data
object
successful
boolean
error

Gets a deployment branch or tag policy for an environment. anyone with read access to the repository can use this endpoint. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint with a private repository.

Action Parameters

owner
stringRequired
repo
stringRequired
environment_name
stringRequired
branch_policy_id
integerRequired

Action Response

data
object
successful
boolean
error

List repositories that an app installation can access.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Sync a branch of a forked repository to keep it up-to-date with the upstream repository.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint provides a temporary url to download a repository archive in zip format, expiring after 1 minute. check the location: in the response for the url. requires repo scope for oauth and personal access tokens.

Action Parameters

owner
stringRequired
repo
stringRequired
artifact_id
integerRequired
archive_format
stringRequired

Action Response

data
object
successful
boolean
error

In {org}, authenticated users can create teams if they’re members or owners, with all members having default creation rights. owners can limit this ability. creators automatically become team maintainers. for permissions and more, check github docs.

Action Parameters

org
stringRequired
name
stringRequired
description
string
maintainers
array
repo_names
array
privacy
string
notification_setting
string
permission
stringDefaults to pull
parent_team_id
integer

Action Response

data
object
successful
boolean
error

This endpoint allows selecting repositories for a user’s development environment secret, requiring codespaces access, oauth app tokens, or personal access tokens with codespace or codespace:secrets scope.

Action Parameters

secret_name
stringRequired
selected_repository_ids
arrayRequired

Action Response

data
object
successful
boolean
error

Create a repository ruleset for an organization.

Action Parameters

org
stringRequired
name
stringRequired
target
string
enforcement
stringRequired
bypass_actors
array
rules
array

Action Response

data
object
successful
boolean
error

This endpoint rerequests an existing github check run without new code, triggering a check run webhook with rerequested action, resetting its status to queued and clearing its conclusion. not usable with oauth apps or personal tokens.

Action Parameters

owner
stringRequired
repo
stringRequired
check_run_id
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint displays a github user’s public events, including event type and repository, with pagination and event type filtering. it integrates with github apps and requires a username. visit github docs for details.

Action Parameters

username
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Gets the current status of a github pages deployment. the authenticated user must have read permission for the github pages site.

Action Parameters

owner
stringRequired
repo
stringRequired
pages_deployment_id
integerRequired

Action Response

data
object
successful
boolean
error

Deletes a codespaces development environment secret by name, removing access from all authorized codespaces. requires codespaces access, and oauth or personal access tokens with codespace or codespace:secrets scope.

Action Parameters

secret_name
stringRequired

Action Response

data
object
successful
boolean
error

Protected branches are accessible in public repos with github free and for organizations, as well as in both public and private repos with github pro, team, enterprise cloud, and server. further details are on github’s documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

The checks api fetches a check run using its id from the created repository, not working with forked branches (shows empty pull requests). access to private repositories needs repo scope on oauth/personal tokens.

Action Parameters

owner
stringRequired
repo
stringRequired
check_run_id
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint is for stopping repository watch. use it to cease getting updates. for notification preferences, manually adjust the repository’s subscription.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

The “list public events for a network of repositories” endpoint lets users explore public repo network activities by {owner}`/`{repo}, with pagination and page filtering options. more info at github’s documentation website.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Lists social media accounts for a user. this endpoint is accessible by anyone.

Action Parameters

username
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This method fetches a repository’s license content, if detected. it supports custom media types for returning the license either as raw text or html. more details on media types at github’s documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
ref
string

Action Response

data
object
successful
boolean
error

View extended details for a single public ssh key. oauth app tokens and personal access tokens (classic) need the read:public key scope to use this endpoint.

Action Parameters

key_id
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint lists codeql databases in a repository. for access, oauth and classic tokens require security events scope for private/public repos, or public repo scope for public repos only.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

This text outlines that to create, update, or read organization variables shared with a repository, authenticated users need collaborator access. using the endpoint requires oauth or classic personal access tokens with repo scope.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 10
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

To use the endpoint for code scanning alerts, oauth and classic tokens require security events scope for both private/public repos, and public repo scope for public ones only.

Action Parameters

owner
stringRequired
repo
stringRequired
alert_number
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint removes custom labels from a self-hosted runner in a repository, returning any read-only labels. admin access is required, and oauth or personal access tokens need repo scope.

Action Parameters

owner
stringRequired
repo
stringRequired
runner_id
integerRequired

Action Response

data
object
successful
boolean
error

Protected branches can be used in public repos for github free users and organizations, and in both public and private repos with github pro, team, enterprise cloud, and server. more info is in github’s documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

Protected branches are supported in both free and paid github plans, allowing push access only to specific github apps with write access. for details, visit github’s products documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

Lists the people watching the specified repository.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Only organization owners can add or update members’ roles; new invites and role changes prompt email notifications. invitation limits are 50 or 500 per day based on the organization’s age and plan.

Action Parameters

org
stringRequired
username
stringRequired
role
stringDefaults to member

Action Response

data
object
successful
boolean
error

Creates a new check run for a repository commit using a github app. github limits identical check run names to 1000 in a suite, deleting older ones beyond this. checks api doesn’t detect forked repository pushes.

Action Parameters

owner
stringRequired
repo
stringRequired
name
stringRequired
head_sha
stringRequired
details_url
string
external_id
string
status
stringDefaults to queued
started_at
string
conclusion
string
completed_at
string
output__title
string
output__summary
string
output__text
string
output__annotations
array
output__images
array
actions
array

Action Response

data
object
successful
boolean
error

This text describes the process of fetching a user migration, detailing the possible states: pending, exporting, exported, and failed. it notes that a successful (exported) migration allows for the download of the migration archive.

Action Parameters

migration_id
integerRequired
exclude
array

Action Response

data
object
successful
boolean
error

List all timeline events for an issue.

Action Parameters

owner
stringRequired
repo
stringRequired
issue_number
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Exports the software bill of materials (sbom) for a repository in spdx json format.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

This method searches for users by criteria, returning a max of 100 results/page with metadata for login, email, and name. it supports public user searches based on name, repo count, and followers. for private user searches, the graphql api is required.

Action Parameters

q
stringRequired
sort
string
order
stringDefaults to desc
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Lists the available assignees for issues in a repository.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Creates a new project column.

Action Parameters

project_id
integerRequired
name
stringRequired

Action Response

data
object
successful
boolean
error

Enable a custom deployment protection rule for an environment; requires admin or owner permissions. see [get /apps/{app_slug}] documentation for details. oauth app tokens and personal access tokens need repo scope.

Action Parameters

environment_name
stringRequired
repo
stringRequired
owner
stringRequired
integration_id
integer

Action Response

data
object
successful
boolean
error

Protected branches are available with various github plans. admins or owners can disable required signed commits on protected branches. see github’s products for more info.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

The import endpoint will be deprecated on april 12, 2024, due to low usage. it involves steps from detecting to completion and reports issues like auth failed. for alternatives, see the changelog.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Get details of a github repository deploy key by supplying owner, repo, and key id. documentation available at github’s rest api page. supports json format for key data and metadata.

Action Parameters

owner
stringRequired
repo
stringRequired
key_id
integerRequired

Action Response

data
object
successful
boolean
error

Github’s rest api shows issues and pull requests assigned to the user across owned/member repos. pull requests are identified with a pull request key. use “list pull requests” for pr ids. supports media types for different content representations.

Action Parameters

filter
stringDefaults to assigned
state
stringDefaults to open
labels
string
sort
stringDefaults to created
direction
stringDefaults to desc
since
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

When setting an organization secret’s visibility to selected, it replaces all repositories. requires the admin:org scope for oauth and personal access tokens to use this endpoint.

Action Parameters

org
stringRequired
secret_name
stringRequired
selected_repository_ids
arrayRequired

Action Response

data
object
successful
boolean
error

Triggering a ping event requires being an organization owner and the admin:org hook scope for oauth or classic tokens. oauth apps can’t interact with non-self-created webhooks, nor can users with those created by oauth apps.

Action Parameters

org
stringRequired
hook_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists the child teams of the team specified by {team_slug}. note: you can also specify a team by org id and team id using the route get /organizations/{org_id}/team/{team_id}/teams.

Action Parameters

org
stringRequired
team_slug
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Lists all the pending installation requests for the authenticated github app.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Adding a reaction to a team discussion via github api returns http 200 if the reaction exists. use post with org id and team id for specific teams. oauth tokens require write:discussion scope.

Action Parameters

org
stringRequired
team_slug
stringRequired
discussion_number
integerRequired
content
stringRequired

Action Response

data
object
successful
boolean
error

This github endpoint lists a repository’s deploy keys, identified by owner and repo, with pagination supported through per page and page. it provides key details like id, content, and creation date. see documentation for more.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint lets admins of repositories or their organizations update the status of secret scanning alerts. it requires oauth or personal access tokens with repo or security events scope for private, and public repo for public repositories.

Action Parameters

owner
stringRequired
repo
stringRequired
alert_number
integerRequired
state
stringRequired
resolution
string
resolution_comment
string

Action Response

data
object
successful
boolean
error

The project’s collaborators list encompasses outside participants, direct collaborators, team members, those with default permissions, and org owners. only org owners or project admins can view this list.

Action Parameters

project_id
integerRequired
affiliation
stringDefaults to all
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This text details how to view a repository’s history, including pushes, merges, and branch changes linked to commits/users. for more, see github’s guide on viewing repository activity.

Action Parameters

owner
stringRequired
repo
stringRequired
direction
stringDefaults to desc
per_page
integerDefaults to 1
before
string
after
string
ref
string
actor
string
time_period
string
activity_type
string

Action Response

data
object
successful
boolean
error

The github api endpoint shows repo contributors in descending commit order. it may show outdated info due to caching. only the top 500 contributors are linked to user accounts; others are anonymous.

Action Parameters

owner
stringRequired
repo
stringRequired
anon
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint lists packages owned by the user, requiring read:packages scope, and repo scope for certain registry types. see github documentation for registry-specific permissions.

Action Parameters

package_type
stringRequired
visibility
string
page
integerDefaults to 1
per_page
integerDefaults to 30

Action Response

data
object
successful
boolean
error

Defines default github token permissions and control over github actions’ ability to authorize pull requests. requires repo scope for oauth or personal tokens. details at github docs.

Action Parameters

owner
stringRequired
repo
stringRequired
default_workflow_permissions
string
can_approve_pull_request_reviews
boolean

Action Response

data
object
successful
boolean
error

Add one or more social accounts to the authenticated user’s profile. oauth app tokens and personal access tokens (classic) need the user scope to use this endpoint.

Action Parameters

account_urls
arrayRequired

Action Response

data
object
successful
boolean
error

This api endpoint updates review summary comments and supports custom media types for different representations: raw markdown, text-only, html, and full (includes all formats). see github docs for more details.

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired
review_id
integerRequired
body
stringRequired

Action Response

data
object
successful
boolean
error

The default setup for code scanning requires repo scope for both oauth app and classic personal access tokens for accessing private/public repositories, and public repo scope for public repositories only.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Lists repositories for an organization. viewing security and analysis requires admin permissions for the repository or being an organization owner or security manager. more info on managing security managers available.

Action Parameters

org
stringRequired
type
stringDefaults to all
sort
stringDefaults to created
direction
string
per_page
integerDefaults to 1
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

To use this endpoint, you must be an organization owner and have tokens with admin:org hook scope. oauth apps can’t manage webhooks they didn’t create, nor can users manage those created by oauth apps.

Action Parameters

org
stringRequired
hook_id
integerRequired

Action Response

data
object
successful
boolean
error

Users with push access to the repository can edit a release asset.

Action Parameters

owner
stringRequired
repo
stringRequired
asset_id
integerRequired
name
string
label
string
state
string

Action Response

data
object
successful
boolean
error

Creates a codespace owned by the authenticated user for the specified pull request. oauth app tokens and personal access tokens (classic) need the codespace scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired
location
string
geo
string
client_ip
string
machine
string
devcontainer_path
string
multi_repo_permissions_opt_out
boolean
working_directory
string
idle_timeout_minutes
integer
display_name
string
retention_period_minutes
integer

Action Response

data
object
successful
boolean
error

Creates a new repository for the authenticated user. oauth app tokens and personal access tokens (classic) need the public repo or repo scope to create a public repository, and repo scope to create a private repository.

Action Parameters

name
stringRequired
description
string
homepage
string
private
boolean
has_issues
booleanDefaults to True
has_projects
booleanDefaults to True
has_wiki
booleanDefaults to True
has_discussions
boolean
team_id
integer
auto_init
boolean
gitignore_template
string
license_template
string
allow_squash_merge
booleanDefaults to True
allow_merge_commit
booleanDefaults to True
allow_rebase_merge
booleanDefaults to True
allow_auto_merge
boolean
delete_branch_on_merge
boolean
squash_merge_commit_title
string
squash_merge_commit_message
string
merge_commit_title
string
merge_commit_message
string
has_downloads
booleanDefaults to True
is_template
boolean

Action Response

data
object
successful
boolean
error

When setting an org development environment secret to selected visibility, replace all repo access. requires admin:org scope for oauth app and personal access tokens.

Action Parameters

org
stringRequired
secret_name
stringRequired
selected_repository_ids
arrayRequired

Action Response

data
object
successful
boolean
error

Get the total number of clones and breakdown per day or week for the last 14 days. timestamps are aligned to utc midnight of the beginning of the day or week. week begins on monday.

Action Parameters

owner
stringRequired
repo
stringRequired
per
stringDefaults to day

Action Response

data
object
successful
boolean
error

To download an asset, set the accept header to application/octet-stream. the api may redirect (302) or stream directly (200), so clients should support both responses.

Action Parameters

owner
stringRequired
repo
stringRequired
asset_id
integerRequired

Action Response

data
object
successful
boolean
error

Gets a single event by the event id.

Action Parameters

owner
stringRequired
repo
stringRequired
event_id
integerRequired

Action Response

data
object
successful
boolean
error

This teams api endpoint is deprecated and will be removed. users should switch to the new update a discussion endpoint. it allows editing the title and body of a discussion, requiring write:discussion scope for oauth and personal tokens.

Action Parameters

team_id
integerRequired
discussion_number
integerRequired
title
string
body
string

Action Response

data
object
successful
boolean
error

This returns the tag protection states of a repository. this information is only available to repository administrators.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Deletes a secret in a repository using the secret name. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
secret_name
stringRequired

Action Response

data
object
successful
boolean
error

Adds a repo to an org’s dev environment secret when its access is ‘selected’. set during secret creation/update. oauth and classic tokens require admin:org scope.

Action Parameters

org
stringRequired
secret_name
stringRequired
repository_id
integerRequired

Action Response

data
object
successful
boolean
error

This text explains how to create or update encrypted environment secrets with libsodium for github’s rest api, requiring collaborator access and repo scope on tokens.

Action Parameters

owner
stringRequired
repo
stringRequired
environment_name
stringRequired
secret_name
stringRequired
encrypted_value
stringRequired
key_id
stringRequired

Action Response

data
object
successful
boolean
error

Github discloses publicly set user email information and offers an emails api for email visibility control. this access necessitates github authentication.(DEPRECATED use get_a_user)

Action Parameters

username
stringRequired

Action Response

data
object
successful
boolean
error

Deletes a label using the given label name.

Action Parameters

owner
stringRequired
repo
stringRequired
name
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint adds a repository to a user’s development environment secret, requiring codespaces access and the codespace or codespace:secrets scope for oauth or personal access tokens.

Action Parameters

secret_name
stringRequired
repository_id
integerRequired

Action Response

data
object
successful
boolean
error

This endpoint configures allowed actions and workflows in a repository, requiring the repo scope for oauth and classic tokens. the allowed actions policy must be set to selected. see documentation for setting github actions permissions.

Action Parameters

owner
stringRequired
repo
stringRequired
github_owned_allowed
boolean
verified_allowed
boolean
patterns_allowed
array

Action Response

data
object
successful
boolean
error

Lists all codespaces development environment secrets available at the organization-level without revealing their encrypted values. oauth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

Action Parameters

org
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This will trigger a ping event to be sent to the hook.

Action Parameters

owner
stringRequired
repo
stringRequired
hook_id
integerRequired

Action Response

data
object
successful
boolean
error

This beta endpoint allows organization owners with a copilot business or enterprise subscription to purchase github copilot seats, billed accordingly. oauth tokens require the manage billing:copilot scope. see docs for pricing and setup details.

Action Parameters

org
stringRequired
selected_usernames
arrayRequired

Action Response

data
object
successful
boolean
error

Lists all repositories that have been selected when the visibility for repository access to a secret is set to selected. oauth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

Action Parameters

org
stringRequired
secret_name
stringRequired
page
integerDefaults to 1
per_page
integerDefaults to 30

Action Response

data
object
successful
boolean
error

This api endpoint allows repository admins and users with specific permissions to create or update repository custom property values; setting a value to null removes that property.

Action Parameters

owner
stringRequired
repo
stringRequired
properties
arrayRequired

Action Response

data
object
successful
boolean
error

List the machine types a codespace can transition to use. oauth app tokens and personal access tokens (classic) need the codespace scope to use this endpoint.

Action Parameters

codespace_name
stringRequired

Action Response

data
object
successful
boolean
error

To list repositories with access to a user’s dev environment secret, the user must have codespaces access. oauth or classic personal tokens with codespace or codespace:secrets scope are required.

Action Parameters

secret_name
stringRequired

Action Response

data
object
successful
boolean
error

This text describes adding a repo to an org variable with visibility set to selected, accessible only to collaborators. for secret access, admin:org and repo scopes are needed for oauth and personal tokens.

Action Parameters

org
stringRequired
name
stringRequired
repository_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists all of the authenticated user’s organization memberships.

Action Parameters

state
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The endpoint cancels github copilot seat assignments for specified users, preventing further billing for those users post-current billing cycle. only organization owners can manage this, requiring manage billing:copilot-scoped tokens.

Action Parameters

org
stringRequired
selected_usernames
arrayRequired

Action Response

data
object
successful
boolean
error

Deletes a secret in an environment using the secret name. authenticated users must have collaborator access to a repository to create, update, or read secrets. oauth tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
environment_name
stringRequired
secret_name
stringRequired

Action Response

data
object
successful
boolean
error

Simple filtering of deployments is available via query parameters:

Action Parameters

owner
stringRequired
repo
stringRequired
sha
stringDefaults to none
ref
stringDefaults to none
task
stringDefaults to none
environment
stringDefaults to none
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Gets extended details for an ssh signing key. oauth app tokens and personal access tokens (classic) need the read:ssh signing key scope to use this endpoint.

Action Parameters

ssh_signing_key_id
integerRequired

Action Response

data
object
successful
boolean
error

Github’s “issues” endpoint lists only open issues but may include pull requests, identifiable by the pull request key. use “list pull requests” for pr ids. supports various media types for markdown representation.

Action Parameters

owner
stringRequired
repo
stringRequired
milestone
string
state
stringDefaults to open
assignee
string
creator
string
mentioned
string
labels
string
sort
stringDefaults to created
direction
stringDefaults to desc
since
string
per_page
integerDefaults to 1
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Protected branches are accessible in various github plans, allowing users to manage push access. reassigning push access replaces all previous team permissions with a new list, including child teams.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

Gets a specific workflow run attempt. anyone with read access to the repository can use this endpoint. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint with a private repository.

Action Parameters

owner
stringRequired
repo
stringRequired
run_id
integerRequired
attempt_number
integerRequired
exclude_pull_requests
boolean

Action Response

data
object
successful
boolean
error

The endpoint lists all collaborators in organization-owned repositories, including various organization members, and requires users with push access, and tokens with read:org and repo scopes to access. team member lists extend to child teams.

Action Parameters

owner
stringRequired
repo
stringRequired
affiliation
stringDefaults to all
permission
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The text outlines an endpoint for downloading runner application binaries. it’s accessible exclusively to users with admin rights and the necessary oauth or personal access tokens (with admin:org, repo scopes) for private repositories.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

Lists all self-hosted runners configured in a repository. authenticated users must have admin access to the repository to use this endpoint. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

name
string
owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Lists files in a pull request, up to 3000 files with 30 per page by default. supports custom media types for different representations of the markdown body (raw, text, html, full). maximum response: 3000 files.

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Revoking an installation token invalidates it, preventing its use for authentication and access. a new token must be created for other endpoints requiring it, via the specified github documentation link.

Action Parameters

Action Response

data
object
successful
boolean
error

A new repository can be created in a specific organization by a member. oauth and personal access tokens require public repo or repo scope for public, and repo scope for private repositories.

Action Parameters

org
stringRequired
name
stringRequired
description
string
homepage
string
private
boolean
visibility
string
has_issues
booleanDefaults to True
has_projects
booleanDefaults to True
has_wiki
booleanDefaults to True
has_downloads
booleanDefaults to True
is_template
boolean
team_id
integer
auto_init
boolean
gitignore_template
string
license_template
string
allow_squash_merge
booleanDefaults to True
allow_merge_commit
booleanDefaults to True
allow_rebase_merge
booleanDefaults to True
allow_auto_merge
boolean
delete_branch_on_merge
boolean
use_squash_pr_title_as_default
boolean
squash_merge_commit_title
string
squash_merge_commit_message
string
merge_commit_title
string
merge_commit_message
string
custom_properties
object

Action Response

data
object
successful
boolean
error

Deleting a repository needs admin rights. if prevented by an organization owner, a 403 forbidden response occurs. oauth app tokens and classic personal access tokens require the delete repo scope for this action.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint details a repository’s specific deployment, including url, sha, environment, creator, timestamps, and more, essential for deploying refs, as per github api docs.

Action Parameters

owner
stringRequired
repo
stringRequired
deployment_id
integerRequired

Action Response

data
object
successful
boolean
error

Guidance on using fine-grained permissions for custom organization and repository roles, including required user status and tokens with admin:org scope. for more, visit github docs on organization access management and endpoint usage.

Action Parameters

org
stringRequired

Action Response

data
object
successful
boolean
error

This api displays organizations for authenticated users, needing user or read:org scope. it limits visibility to organizations the user can operate on, rejecting inadequate scope with a 403 forbidden.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This api lists github actions cache usage for organizations, refreshing data every ~5 minutes. oauth and classic personal access tokens must have read:org scope for access.

Action Parameters

org
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The endpoint returns blob data, offering raw data or json with base64 encoded content. supports files up to 100mb. more on media types at github docs.

Action Parameters

owner
stringRequired
repo
stringRequired
file_sha
stringRequired

Action Response

data
object
successful
boolean
error

List all templates available to pass as an option when creating a repository.

Action Parameters

Action Response

data
object
successful
boolean
error

This endpoint lists webhook deliveries for an organization’s webhook, accessible to organization owners with admin:org hook scope. oauth apps can only manage their own webhooks.

Action Parameters

org
stringRequired
hook_id
integerRequired
per_page
integerDefaults to 30
cursor
string
redelivery
boolean

Action Response

data
object
successful
boolean
error

This endpoint lists labels for self-hosted runners in an organization, accessible by admins with admin:org scope for oauth or classic tokens. for private repositories, repo scope is also needed.

Action Parameters

org
stringRequired
runner_id
integerRequired

Action Response

data
object
successful
boolean
error

Disables a workflow, setting its state to disabled manually, by replacing workflow id with the workflow file name, e.g., main.yaml. requires repo scope for oauth and classic personal access tokens to access this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
workflow_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists the repositories a fine-grained personal access token request is requesting access to. only github apps can use this endpoint.

Action Parameters

org
stringRequired
pat_request_id
integerRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This text discusses managing repository-level rule evaluations, including insights. for details, visit the provided github documentation link.

Action Parameters

owner
stringRequired
repo
stringRequired
ref
string
time_period
stringDefaults to day
actor_name
string
rule_suite_result
stringDefaults to all
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The api provides commit content with read access, supports pagination for over 300 diffs up to 3000 files, and custom media types. large diffs may time out. includes signature status in a verification object.(DEPRECATED use get_a_commit)

Action Parameters

owner
stringRequired
repo
stringRequired
page
integerDefaults to 1
per_page
integerDefaults to 30
ref
stringRequired

Action Response

data
object
successful
boolean
error

Api endpoint retrieves pull request reviews by id, supporting custom media types for different formats (raw, text, html, full) of the review’s markdown body. see github’s “media types” for details.

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired
review_id
integerRequired

Action Response

data
object
successful
boolean
error

Re-run all of the failed jobs and their dependent jobs in a workflow run using the id of the workflow run. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
run_id
integerRequired
enable_debug_logging
boolean

Action Response

data
object
successful
boolean
error

Protected branches are accessible in github free public repos and for organizations, as well as in both public/private repos with github pro, team, enterprise cloud, and server. for details, refer to github’s products guide.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

Lists the codespaces that a member of an organization has for repositories in that organization. oauth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1
org
stringRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

Create a repo or permission-scoped token using a non-scoped token, specifying accessible repositories and permissions. invalid tokens yield a 404 error. use basic authentication with the github app’s client credentials.

Action Parameters

client_id
stringRequired
access_token
stringRequired
target
string
target_id
integer
repositories
array
repository_ids
array
permissions__actions
string
permissions__administration
string
permissions__checks
string
permissions__codespaces
string
permissions__contents
string
permissions__dependabot__secrets
string
permissions__deployments
string
permissions__environments
string
permissions__issues
string
permissions__metadata
string
permissions__packages
string
permissions__pages
string
permissions__pull__requests
string
permissions__repository__custom__properties
string
permissions__repository__hooks
string
permissions__repository__projects
string
permissions__secret__scanning__alerts
string
permissions__secrets
string
permissions__security__events
string
permissions__single__file
string
permissions__statuses
string
permissions__vulnerability__alerts
string
permissions__workflows
string
permissions__members
string
permissions__organization__administration
string
permissions__organization__custom__roles
string
permissions__organization__custom__org__roles
string
permissions__organization__custom__properties
string
permissions__organization__copilot__seat__management
string
permissions__organization__announcement__banners
string
permissions__organization__events
string
permissions__organization__hooks
string
permissions__organization__personal__access__tokens
string
permissions__organization__personal__access__token__requests
string
permissions__organization__plan
string
permissions__organization__projects
string
permissions__organization__packages
string
permissions__organization__secrets
string
permissions__organization__self__hosted__runners
string
permissions__organization__user__blocking
string
permissions__team__discussions
string
permissions__email__addresses
string
permissions__followers
string
permissions__git__ssh__keys
string
permissions__gpg__keys
string
permissions__interaction__limits
string
permissions__profile
string
permissions__starring
string

Action Response

data
object
successful
boolean
error

Create a reaction to an issue. a response with an http 200 status means that you already added the reaction type to this issue.

Action Parameters

owner
stringRequired
repo
stringRequired
issue_number
integerRequired
content
stringRequired

Action Response

data
object
successful
boolean
error

This text explains how to create or update a secret for a codespace via api, using libsodium for encryption. users need codespaces access and appropriate oauth scopes (codespace or codespace:secrets) to use this endpoint.

Action Parameters

secret_name
stringRequired
encrypted_value
string
key_id
stringRequired
selected_repository_ids
array

Action Response

data
object
successful
boolean
error

To remove a user’s org role, admins must use the admin:org endpoint with oauth or personal tokens. see github documentation for more.

Action Parameters

org
stringRequired
username
stringRequired
role_id
integerRequired

Action Response

data
object
successful
boolean
error

The rest api lets you update comments on issues and prs; prs are issues, but not all issues are prs. it supports media types for different representations of markdown: raw, text, html, or all.

Action Parameters

owner
stringRequired
repo
stringRequired
comment_id
integerRequired
body
stringRequired

Action Response

data
object
successful
boolean
error

Gets a specific artifact for a workflow run. anyone with read access to the repository can use this endpoint. if the repository is private, oauth tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
artifact_id
integerRequired

Action Response

data
object
successful
boolean
error

The text details billing for github private repo workflows by os, excluding macos/windows adjustments, and recommends using workflow id for file names. it mentions needing read access and repo scope for tokens. for more, see github documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
workflow_id
integerRequired

Action Response

data
object
successful
boolean
error

Edit a gist by updating its description or files, where unchanged files remain as is. editing requires at least a description or file change. supports media types for raw or base64-encoded content.

Action Parameters

gist_id
stringRequired
description
string
files
object

Action Response

data
object
successful
boolean
error

Create a temporary private fork to collaborate on fixing a security vulnerability in your repository. note: forking a repository happens asynchronously. you may have to wait up to 5 minutes before you can access the fork.

Action Parameters

owner
stringRequired
repo
stringRequired
ghsa_id
stringRequired

Action Response

data
object
successful
boolean
error

Updates the provided reference to point to a new sha. for more information, see “git references” in the git documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
ref
stringRequired
sha
stringRequired
force
boolean

Action Response

data
object
successful
boolean
error

The teams api’s endpoint route is deprecated; use get team membership for a user instead. it shows membership state and role, with organization owners as maintainers.

Action Parameters

team_id
integerRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

Unlocks a repository that was locked for migration. you should unlock each migrated repository and delete them when the migration is complete and you no longer need the source data.

Action Parameters

org
stringRequired
migration_id
integerRequired
repo_name
stringRequired

Action Response

data
object
successful
boolean
error

Deletes an ssh signing key from the authenticated user’s github account. oauth app tokens and personal access tokens (classic) need the admin:ssh signing key scope to use this endpoint.

Action Parameters

ssh_signing_key_id
integerRequired

Action Response

data
object
successful
boolean
error

Unstar a repository that the authenticated user has previously starred.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

This text explains how to update a repository’s webhook configuration, including its active state and events, by using a specific update endpoint. oauth or classic tokens with write:repo hook or repo scope are required.

Action Parameters

owner
stringRequired
repo
stringRequired
hook_id
integerRequired
url
string
content_type
string
secret
string
insecure_ssl
string

Action Response

data
object
successful
boolean
error

Removes review requests from a pull request for a given set of users and/or teams.

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired
reviewers
arrayRequired
team_reviewers
array

Action Response

data
object
successful
boolean
error

Authenticated users can delete their package unless it’s public with over 5,000 downloads; then, contact github support. oauth and classic tokens need read:packages and delete:packages scopes, and possibly repo if the package type requires.

Action Parameters

package_type
stringRequired
package_name
stringRequired

Action Response

data
object
successful
boolean
error

Removes any interaction restrictions from your public repositories.

Action Parameters

Action Response

data
object
successful
boolean
error

Fetches a git reference using a formatted url for branches (heads/) or tags (tags/). returns a 404 if not found. for pull request mergeability, a separate request is needed.

Action Parameters

owner
stringRequired
repo
stringRequired
ref
stringRequired

Action Response

data
object
successful
boolean
error

This text outlines how to get reviewers for a pull request. requested reviewers are listed until they submit a review, after which their reviews can be found via the “list reviews for a pull request” operation.

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired

Action Response

data
object
successful
boolean
error

Deletes one or more social accounts from the authenticated user’s profile. oauth app tokens and personal access tokens (classic) need the user scope to use this endpoint.

Action Parameters

account_urls
arrayRequired

Action Response

data
object
successful
boolean
error

Creates a new repository for the authenticated user. oauth app tokens and personal access tokens (classic) need the public repo or repo scope to create a public repository, and repo scope to create a private repository.(DEPRECATED use create_a_repository_for_the_authenticated_user)

Action Parameters

name
stringRequired
description
string
homepage
string
private
boolean
has_issues
booleanDefaults to True
has_projects
booleanDefaults to True
has_wiki
booleanDefaults to True
has_discussions
boolean
team_id
integer
auto_init
boolean
gitignore_template
string
license_template
string
allow_squash_merge
booleanDefaults to True
allow_merge_commit
booleanDefaults to True
allow_rebase_merge
booleanDefaults to True
allow_auto_merge
boolean
delete_branch_on_merge
boolean
squash_merge_commit_title
string
squash_merge_commit_message
string
merge_commit_title
string
merge_commit_message
string
has_downloads
booleanDefaults to True
is_template
boolean

Action Response

data
object
successful
boolean
error

Creates or updates the customization template for an openid connect (oidc) subject claim. oauth app tokens and personal access tokens (classic) need the write:org scope to use this endpoint.

Action Parameters

org
stringRequired
include_claim_keys
arrayRequired

Action Response

data
object
successful
boolean
error

Sets the visibility for your primary email addresses.

Action Parameters

visibility
stringRequired

Action Response

data
object
successful
boolean
error

Protected branches are accessible in public repos with github free, in both public and private repos with github pro, team, enterprise cloud, and enterprise server. more details are on github’s product documentation page.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

Lists the projects in a repository. returns a 404 not found status if projects are disabled in the repository. if you do not have sufficient privileges to perform this action, a 401 unauthorized or 410 gone status is returned.

Action Parameters

owner
stringRequired
repo
stringRequired
state
stringDefaults to open
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint removes all organization roles from a team, requiring an admin user with admin:org scope via oauth or personal access tokens. for details on roles, check github’s documentation.

Action Parameters

org
stringRequired
team_slug
stringRequired

Action Response

data
object
successful
boolean
error

Users with certain roles and ‘repo’ or ‘repository advisories:read’ scope via oauth or classic tokens can access both published and unpublished security advisories in private repositories.

Action Parameters

owner
stringRequired
repo
stringRequired
direction
stringDefaults to desc
sort
stringDefaults to created
before
string
after
string
per_page
integerDefaults to 30
state
string

Action Response

data
object
successful
boolean
error

Create a new snapshot of a repository’s dependencies. the authenticated user must have access to the repository. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
version
integerRequired
job__id
string
job__correlator
string
job__html__url
string
sha
stringRequired
ref
stringRequired
detector__name
string
detector__version
string
detector__url
string
metadata
object
manifests
object
scanned
stringRequired

Action Response

data
object
successful
boolean
error

Removes a public ssh key from the authenticated user’s github account. oauth app tokens and personal access tokens (classic) need the admin:public key scope to use this endpoint.

Action Parameters

key_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists the people who the specified user follows.

Action Parameters

username
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Generate a redirect url to download a tar archive of a repository’s default branch or a specified ref. ensure http framework follows redirects or use the location header for a second request. links for private repositories expire after 5 minutes.

Action Parameters

owner
stringRequired
repo
stringRequired
ref
stringRequired

Action Response

data
object
successful
boolean
error

Protected branches are accessible in public repositories with github free, and in both public and private repositories with github pro, team, enterprise cloud, and server. more info is in github’s documentation.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired

Action Response

data
object
successful
boolean
error

To access an organization variable, authenticated users need collaborator access. creating, updating, or reading variables requires admin:org scope for oauth app and personal tokens, and repo scope for private repos.

Action Parameters

org
stringRequired
name
stringRequired
page
integerDefaults to 1
per_page
integerDefaults to 30

Action Response

data
object
successful
boolean
error

Deletes an organization development environment secret using the secret name. oauth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

Action Parameters

org
stringRequired
secret_name
stringRequired

Action Response

data
object
successful
boolean
error

Oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
environment_name
stringRequired

Action Response

data
object
successful
boolean
error

The endpoint allows creating or updating custom properties for an organization in bulk, accessible to organization administrators or users with the custom properties org definitions manager permission.

Action Parameters

org
stringRequired
properties
arrayRequired

Action Response

data
object
successful
boolean
error

The text details a feature returning all active rules for a branch, real or hypothetical, at any configuration level. rules in “evaluate” or “disabled” status are excluded.

Action Parameters

owner
stringRequired
repo
stringRequired
branch
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Specifies how to find pull requests linked to a commit: returns merged prs if the commit is in the default branch, and only open prs otherwise. use commit sha to list prs for a branch.

Action Parameters

owner
stringRequired
repo
stringRequired
commit_sha
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The endpoint enables comment creation on team discussions with notifications; usage may be rate limited. requires oauth or tokens with write:discussion scope. an alternate route exists for team id.

Action Parameters

org
stringRequired
team_slug
stringRequired
discussion_number
integerRequired
body
stringRequired

Action Response

data
object
successful
boolean
error

Lists events for a repository.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 1
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

View extended details for a single gpg key. oauth app tokens and personal access tokens (classic) need the read:gpg key scope to use this endpoint.

Action Parameters

gpg_key_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists public repositories for the specified user.

Action Parameters

username
stringRequired
type
stringDefaults to owner
sort
stringDefaults to full_name
direction
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

The github api endpoint shows repo contributors in descending commit order. it may show outdated info due to caching. only the top 500 contributors are linked to user accounts; others are anonymous.(DEPRECATED use list_repository_contributors)

Action Parameters

owner
stringRequired
repo
stringRequired
anon
string
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Authenticated users need collaborator access to manage organization variables. to use this endpoint, oauth apps and classic personal access tokens require admin:org scope; repo scope is also needed for private repositories.

Action Parameters

org
stringRequired
per_page
integerDefaults to 10
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

This endpoint displays organization-owned package versions, requiring repo scope for access if the package is in a github packages registry with repository-scoped permissions only. visit github docs for more on registry specifics.

Action Parameters

package_type
stringRequired
package_name
stringRequired
org
stringRequired
page
integerDefaults to 1
per_page
integerDefaults to 30
state
stringDefaults to active

Action Response

data
object
successful
boolean
error

This api endpoint enables creation of pull request reviews and notifications. rapid usage may cause rate limiting. use pending for draft reviews. calculate diff position for comments. supports various response content types.

Action Parameters

owner
stringRequired
repo
stringRequired
pull_number
integerRequired
commit_id
string
body
string
event
string
comments
array

Action Response

data
object
successful
boolean
error

This api endpoint scans code, providing details like git ref, commit details, tool name, and alert counts, some older scans may not include rule counts. it supports sarif v2.1.0 data format and requires specific scopes.

Action Parameters

owner
stringRequired
repo
stringRequired
analysis_id
integerRequired

Action Response

data
object
successful
boolean
error

Get the top 10 popular contents over the last 14 days.

Action Parameters

owner
stringRequired
repo
stringRequired

Action Response

data
object
successful
boolean
error

Authenticated users can restore deleted packages within 30 days if the namespace and version are available, provided they have the necessary oauth or personal access token scopes, including read:packages, write:packages, and possibly repo.

Action Parameters

package_type
stringRequired
package_name
stringRequired
token
string

Action Response

data
object
successful
boolean
error

Removes a gpg key from the authenticated user’s github account. oauth app tokens and personal access tokens (classic) need the admin:gpg key scope to use this endpoint.

Action Parameters

gpg_key_id
integerRequired

Action Response

data
object
successful
boolean
error

Organization codespaces billing is applied to specified users. access requires selected members setting and admin:org scope for oauth or personal tokens. see docs for access control management.

Action Parameters

org
stringRequired
selected_usernames
arrayRequired

Action Response

data
object
successful
boolean
error

Lists all the emojis available to use on github.

Action Parameters

Action Response

data
object
successful
boolean
error

The text explains that listing of teams with repository access depends on the repository’s visibility and the type of access token used, with specific scopes required for oauth and personal tokens.

Action Parameters

owner
stringRequired
repo
stringRequired
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

To remove a user from an organization, the actioner must be an owner. this process ejects active members or cancels pending invitations, with the specified user notified by email.

Action Parameters

org
stringRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

The tree creation api allows for nested entries and modifying trees, where changes require committing and updating branches. using this api can add, delete, or modify files but returns an error for deleting non-existent files.

Action Parameters

owner
stringRequired
repo
stringRequired
tree
arrayRequired
base_tree
string

Action Response

data
object
successful
boolean
error

Publishing an unpublished codespace creates a new repository, granting the codespace’s token write permissions. publishing fails for codespaces already linked to a repository. oauth and classic tokens require codespace scope for this operation.

Action Parameters

codespace_name
stringRequired
name
string
private
boolean

Action Response

data
object
successful
boolean
error

The text instructs to identify and list syntax errors in the codeowners file, referencing github’s documentation for correct syntax guidelines.

Action Parameters

owner
stringRequired
repo
stringRequired
ref
string

Action Response

data
object
successful
boolean
error

The api provides metadata on github, including its ip addresses (ipv4 and ipv6) and domain names. refer directly for current values; not all features support ipv6. more info at github’s documentation.

Action Parameters

Action Response

data
object
successful
boolean
error

Lists the people following the authenticated user.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Gets a specific job in a workflow run. anyone with read access to the repository can use this endpoint. if the repository is private, oauth tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
job_id
integerRequired

Action Response

data
object
successful
boolean
error

This text outlines accessing a single organization secret without showing its encrypted value. the user must be a collaborator with the admin:org scope for oauth/personal tokens. private repos require an additional repo scope.

Action Parameters

org
stringRequired
secret_name
stringRequired

Action Response

data
object
successful
boolean
error

Github enterprise cloud’s “add team member” endpoint is deprecated, replaced by “add or update team membership for a user”. org owners/maintainers can sync teams; api errors might occur. use idp for auto sync with content-length set to 0.

Action Parameters

team_id
integerRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

This endpoint retrieves the contents of a .gitignore template, supporting custom media types including application/vnd.github.raw+json for raw content. more on media types at github docs.

Action Parameters

name
stringRequired

Action Response

data
object
successful
boolean
error

The endpoint lists dependabot alerts for enterprise-owned repositories, accessible only to enterprise members who are organization owners or security managers. oauth tokens require repo or security events scope.

Action Parameters

enterprise
stringRequired
state
string
severity
string
ecosystem
string
package
string
scope
string
sort
stringDefaults to created
direction
stringDefaults to desc
before
string
after
string
first
integerDefaults to 30
last
integer
per_page
integerDefaults to 30

Action Response

data
object
successful
boolean
error

This text explains how to verify if a user is subscribed to a thread, noting subscriptions occur only if the user actively participates or manually subscribes.

Action Parameters

thread_id
integerRequired

Action Response

data
object
successful
boolean
error

When authenticating as a user, this endpoint will list all currently open repository invitations for that user.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Lists the authenticated user’s codespaces. oauth app tokens and personal access tokens (classic) need the codespace scope to use this endpoint.

Action Parameters

per_page
integerDefaults to 30
page
integerDefaults to 1
repository_id
integer

Action Response

data
object
successful
boolean
error

Sarif data can be uploaded to github for prs/branches, viewed in pr checks/security tab. data must be gzip/base64 encoded, with entry and size limits. requires security events or public repo oauth scopes.

Action Parameters

owner
stringRequired
repo
stringRequired
commit_sha
stringRequired
ref
stringRequired
sarif
stringRequired
checkout_uri
string
started_at
string
tool_name
string
validate
boolean

Action Response

data
object
successful
boolean
error

Gets a specific self-hosted runner configured in a repository. authenticated users must have admin access to the repository to use this endpoint. oauth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
runner_id
integerRequired

Action Response

data
object
successful
boolean
error

Initiates the generation of a migration archive.

Action Parameters

org
stringRequired
repositories
arrayRequired
lock_repositories
boolean
exclude_metadata
boolean
exclude_git_data
boolean
exclude_attachments
boolean
exclude_releases
boolean
exclude_owner_projects
boolean
org_metadata_only
boolean
exclude
array

Action Response

data
object
successful
boolean
error

This endpoint lists a user’s public package versions, needing read:packages scope. for registry-specific packages, repo scope is also required. refer to github’s packages permissions for more.

Action Parameters

package_type
stringRequired
package_name
stringRequired
username
stringRequired

Action Response

data
object
successful
boolean
error

Github’s deployment feature offers versatile verification across environments like ‘production’ and ‘staging’, with parameters like ref, environment, and task, ensuring safety and traceability with defaults.

Action Parameters

owner
stringRequired
repo
stringRequired
ref
stringRequired
task
stringDefaults to deploy
auto_merge
booleanDefaults to True
required_contexts
array
payload
string
environment
stringDefaults to production
description
string
transient_environment
boolean
production_environment
boolean

Action Response

data
object
successful
boolean
error

Returns a delivery for a webhook configured in a repository.

Action Parameters

owner
stringRequired
repo
stringRequired
hook_id
integerRequired
delivery_id
integerRequired

Action Response

data
object
successful
boolean
error

Search commits on the default branch using criteria with up to 100 results per page. include text-match media type for message metadata. example search: q=repo:octocat/spoon-knife+css.

Action Parameters

q
stringRequired
sort
string
order
stringDefaults to desc
per_page
integerDefaults to 30
page
integerDefaults to 1

Action Response

data
object
successful
boolean
error

Approve or reject pending deployments needing reviewer approval. reviewers with read access and oauth or classic tokens with repo scope can use this endpoint.

Action Parameters

owner
stringRequired
repo
stringRequired
run_id
integerRequired
environment_ids
arrayRequired
state
stringRequired
comment
stringRequired

Action Response

data
object
successful
boolean
error