# Get upload Retrieves upload object. Endpoint: GET /uploads/{upload_id} Version: 1.0.0 Security: bearerAuth ## Path parameters: - `upload_id` (string, required) ## Response 200 fields (application/json): - `result` (object) - `result.id` (integer) Example: 2589 - `result.file_name` (string) Example: "dummy_result.pdf" - `result.file_type` (string) Example: "application/pdf" - `result.created_at` (string) Example: "2021-07-03T16:44:56+02:00" - `result.url` (string) Expires after 20 minutes; refreshes on each request Example: "https://checkmate-staging.s3.ap-southeast-2.amazonaws.com/backg..." - `status` (integer) Example: 200 - `error` (object,null)