# Report file available for download.

Monato sends this webhook when a generated file is available for download. It can correspond to transaction reports or account statements in daily or monthly periods.

Endpoint: POST report
Version: 1.0.0
Security: bearerAuth

## Request fields (application/json):

  - `client_id` (string, required)
    Identificador único del cliente.
    Example: "9c6f6c8a-7c91-4b12-9a45-5cfdc78c22b1"

  - `file_type` (string, required)
    Tipo de archivo generado.
    Enum: "TRANSACTIONS", "ACCOUNT_STATEMENT"

  - `period` (string, required)
    Periodicidad del archivo generado.
    Enum: "DAILY", "MONTHLY"

  - `file_name` (string, required)
    Nombre del archivo generado.
    Example: "transactions_daily_20260224.csv"

  - `created_at` (string, required)
    Fecha y hora en la que el archivo fue generado (ISO 8601).
    Example: "2026-02-24T10:30:15Z"

  - `account_id` (string)
    Identificador de la cuenta asociada. Solo presente cuando file_type = ACCOUNT_STATEMENT.
    Example: "1234567890"


## Response 200 fields

## Response 202 fields
