# Get upload status

Gets the status information about the Create upload operation.

Endpoint: GET /api/integration/v1/csv/upload/status
Version: 2025-08-06

## Header parameters:

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

## Query parameters:

  - `id` (integer, required)
    The request ID of the uploaded file for which the status information is being queried.

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

  - `result` (object)

  - `result.client_id` (integer)

  - `result.id` (integer)

  - `result.message` (string)

  - `result.status` (string)

  - `status` (string)
    Response Response

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

  - `Result` (string)

  - `message` (string)
    Default error message

  - `status` (string)
    Error Response


