# Download a previously issued data request **GET /requests/{requestId}/download** When a request is complete, an archive can be downloaded that contains all personal information of the authenticated user. This archive should be a `.ZIP` file that follows a particular structure. For more info, see the additional documentation linked below. ## Servers ## Authentication methods - O auth ## Parameters ### Path parameters - **requestId** (string) A random identifier that uniquely identifies a request. A version 4 UUID is strongly recommended. Note: the generated identifier must be random. The identifier must not include any information that can be related to the requester. Additionally, requestIds must not be incremental. ## Responses ### 200 OK #### Body: (string(binary)) string(binary) ### 400 Bad Request #### Body: (object) - **error** (string) - **message** (string) ### 401 Unauthorized #### Body: (object) - **error** (string) - **message** (string) ### 404 Not Found #### Body: (object) - **error** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)