# Serve uploaded file

Serve an uploaded file via a 307 redirect to a signed GCS URL. Performs post-upload size verification and deletes oversized objects.

Endpoint: GET /rmg/api/v1/uploads/{accountId}/{releaseId}/{filename}
Version: 1.0
Security: x-api-key

## Path parameters:

  - `accountId` (string, required)
    Account ID

  - `releaseId` (string, required)
    Release ID

  - `filename` (string, required)
    Filename of the uploaded file

## Response 401 fields (application/json):

  - `message` (string, required)
    error message detail

  - `code` (string)
    canonical error code name
    Enum: "BAD_REQUEST", "UNAUTHORIZED", "FORBIDDEN", "NOT_FOUND", "INTERNAL_SERVER_ERROR"


## Response 307 fields
