---
title: Read pull request information
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-scmpullrequests-_id_
---

# Read pull request information

Get information about a specific pull request.

## URL

GET https://api.appstoreconnect.apple.com/v1/scmPullRequests/{id}

## Path Parameters

id: The opaque resource ID that uniquely identifies the Pull Requests resource.

## Query Parameters

fields[scmPullRequests]: Additional fields to include for the Pull Requests resource returned by the response. include: The relationship data to include in the response. fields[scmRepositories]:

## Response Codes

200 OK: The request completed successfully. 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 429 :

## Discussion

Discussion The example request below retrieves information about a specific pull request. For example, use the data provided in the response to display pull request information on a custom dashboard. Example Request and Response
