PersonalDataRetrievalTask
Version 2024-11-01
Important
The Buy with Prime API is offered as a preview and might change as we receive feedback and iterate on the interfaces. We are sharing this early documentation to help you learn about the Buy with Prime API as we write and iterate on the content.
Overview
Represents a personal data retrieval task.
Fields
Field | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
dataRetrievalLink (String) | The link to the results of a personal data retrieval task. This link will expire in 1 minute. If the download does not begin before the expiry time, you may call the API again for a new link. | ||||||||
dataSubject (DataSubject required) | Data subject associated with the personal data retrieval task. | ||||||||
errors ([PersonalDataTaskError]) | Potential errors during the execution of the personal data retrieval task. | ||||||||
lastUpdatedDate (String required) | Last updated time of the personal data retrieval task, in ISO-8601 format. | ||||||||
status (String required) | Status of the personal data retrieval task. The value is constrained to one of the following
| ||||||||
submissionDate (String required) | Submission time of the personal data retrieval task, in ISO-8601 format. | ||||||||
taskId (ID required) | Identifier associated with the personal data retrieval task. |
Updated 2 days ago