Contents

Read Git Repository Information

Get information about a Git repository that Xcode Cloud can access.

URL

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

Path Parameters

NameTypeDescription
id Requiredstring

The opaque resource ID that uniquely identifies the Repositories resource.

Query Parameters

NameTypeDescription
fields[scmRepositories] Optional[string]

Additional fields to include for the Repositories resource returned by the response.

include Optional[string]

The relationship data to include in the response.

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
ScmRepositoryResponse

The request completed successfully.

400Bad Request
Content-Type: application/json
ErrorResponse

An error occurred with your request.

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

Request not authorized.

404Not Found
Content-Type: application/json
ErrorResponse

Resource not found.

429
Content-Type: application/json
ErrorResponse

Discussion

The example request below retrieves information about a specific Git repository that Xcode Cloud can access. Use the data provided in the response to read additional information; for example, pull request information.

Example Request and Response

See Also

Getting Repository Information