List All Git Repositories
List all Git repositories Xcode Cloud can access.
URL
GET https://api.appstoreconnect.apple.com/v1/scmRepositoriesQuery Parameters
| Name | Type | Description |
|---|---|---|
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 Optional | integer | The number of Repositories resources to return. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | ScmRepositoriesResponse | The request completed successfully. |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | An error occurred with your request. |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | Request not authorized. |
| 429 | Content-Type: application/json | ErrorResponse |