Get recurring request status
Get the status of an instance of a recurring download request.
URL
GET https://accountdatatransfer.apple.com/api/transfer/accountdata/{parentRequestId}/{requestId}Path Parameters
| Name | Type | Description |
|---|---|---|
parentRequestId Required | string | A UUID that identifies the series of recurring download requests. |
requestId Required | string | A UUID that identifies the individual request. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | RequestStatus | |
| 400 | Bad Request | ||
| 401 | Unauthorized | ||
| 403 | Forbidden | ||
| 500 | Internal Server Error |