# Get an Upload **GET /uploads/{upload_id}** Retrieve an existing Upload ## Servers - https://api.arta.io: https://api.arta.io () ## Parameters ### Headers - **Authorization** (string) Authorize your API calls with an Arta API token ### Path parameters - **upload_id** (integer) upload_id parameter ## Responses ### 200 Successful Upload response #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **created_at** (string) - **document_type** (string) The document type of the uploaded file - **document_type_label** (string | null) A brief label providing additional context about the `document_type`. Required when "other" is the `document_type` - **download_url** (string | null) - **file_name** (string) The name of the uploaded file - **id** (integer) - **mime_type** (string) The mime-type of the uploaded file - **size** (integer) The size of the uploaded file in bytes - **status** (string) ### 404 Not Found #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **errors** (object) [Powered by Bump.sh](https://bump.sh)