Contents

List All Git Repositories

List all Git repositories Xcode Cloud can access.

URL

GET https://api.appstoreconnect.apple.com/v1/scmRepositories

Query Parameters

NameTypeDescription
fields[scmRepositories] Optional[string]

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

filter[id] Optional[string]

Filter the returned repositories using the ID of the Repositories resource.

include Optional[string]

The relationship data to include in the response.

limit Optionalinteger

The number of Repositories resources to return.

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
ScmRepositoriesResponse

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.

429
Content-Type: application/json
ErrorResponse

See Also

Getting Repository Information