# Get file upload status

Gets the status information about the specified file upload request.

Endpoint: GET /api/integration/v1/fileupload/status/{file_request_id}
Version: 2025-08-06

## Header parameters:

  - `token` (string, required)
    The valid authentication token that is generated by the Authentication operation.

## Path parameters:

  - `file_request_id` (integer, required)
    The request ID of the file upload to be queried.

## Response 200 fields (application/json; charset=utf-8):

  - `Result` (array)

  - `Result.file_log` (string)

  - `Result.file_request_id` (integer)

  - `message` (string)
    Response Message

  - `status` (string)
    Response Status


## Response 204 fields
