action bitbucket_get_repositories_workspace_repo_slug_pullrequests_pull_request_i { label: "Get a pull request" description: "Returns the specified pull request." provider: bitbucket method: GET path: "/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}" encoding: json output: { type: "object" } }