<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "Account Data Transfer",
  "identifier" : "/documentation/AccountDataTransfer/Get-recurring-request-download-URLs",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "Account Data Transfer"
    ],
    "preciseIdentifier" : "rest:Account Data Transfer:get:api-transfer-accountdata-fetch-{}-{}"
  },
  "title" : "Get recurring request download URLs"
}
-->

# Get recurring request download URLs

Get URLs to download a snapshot of someone’s data from a recurring series.

## Overview

**Request:**

```
% curl -X GET \
  -H "Authorization: Bearer [ACCESS_TOKEN]" \
  -H "X-Apple-Transaction-Id: E3857B28-7FC4-41C8-AC54-08E121E26F59" \
  -H "Accept: application/json" \
  https://accountdatatransfer.apple.com/api/transfer/accountdata/fetch/EABD06C0-9210-47FF-83C4-318CF8520644/7BBBD45D-638B-4DB5-8B02-F23FDB15EDA7
```

**Response:**

```
{
  "assetInfo": [
    "https://assets.example.com/1.zip",
    "https://assets.example.com/2.zip"
  ],
  "jobStatus": "completed",
  "status": "success",
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)