Get

  • GET
  • /workspaces
  • /:domain
  • /projects
  • /:project_name
  • /repository
  • /pulls
  • /:number

Returns the details of the specified pull request.

Hint

More Get commands:

Request

REQUIRED SCOPES
WORKSPACE, REPOSITORY_READ
url PARAMETERS
domainrequired string
The workspace domain.
numberrequired string
The pull request number.
project_namerequired string
The name ID of the project.

Last modified on Sep 23, 2024

{
  "url": "https://api.buddy.works/workspaces/buddy/projects/company-website/repository/pulls/3",
  "name": "pull/3",
  "github_html_url": "https://github.com/orgs/buddy-works/pull-request-repo/pull/3"
}