> ## Documentation Index
> Fetch the complete documentation index at: https://docs.y.uno/llms.txt
> Use this file to discover all available pages before exploring further.

# The Reports Object

<ParamField body="id" type="string">
  The unique identifier of the report (MAX 64 ; MIN 36).

  Example: 5104911d-5df9-229e-8468-bd41abea1.
</ParamField>

<ParamField body="type" type="enum">
  The type of the report to run (MAX 255; MIN 3).

  Possible enum values: `PAYOUTS`,`PAYMENTS`,`TRANSACTIONS` or `SETTLEMENTS`.
</ParamField>

<ParamField body="start_date" type="timestamp">
  Starting timestamp of data to be included in the report run (MAX 24; MIN 24; <a href="https://en.wikipedia.org/wiki/ISO_8601">ISO 8601</a> ).

  Example: 2022-05-09T20:46:54.786Z.
</ParamField>

<ParamField body="end_date" type="timestamp">
  Ending timestamp of data to be included in the report run (MAX 24; MIN 24; <a href="https://en.wikipedia.org/wiki/ISO_8601">ISO 8601</a> ).

  Example: 2022-05-09T20:46:54.786Z.
</ParamField>

<ParamField body="merchant_reference_id" type="string">
  The unique identifier of the report at the merchant side (MAX 255; MIN 3).

  Example: Merchant\_report\_1234.
</ParamField>

<ParamField body="created_at" type="timestamp">
  Report creation date and time (MAX 27; MIN 27; <a href="https://en.wikipedia.org/wiki/ISO_8601">ISO 8601</a> ).

  Example: 2022-05-09T20:46:54.786342Z.
</ParamField>

<ParamField body="updated_at" type="timestamp">
  Date an time of the report's last update (MAX 27; MIN 27; <a href="https://en.wikipedia.org/wiki/ISO_8601">ISO 8601</a> ).

  Example: 2022-05-09T20:46:54.786342Z.
</ParamField>

<ParamField body="expires_at" type="timestamp">
  The time at which the file expires and is no longer available (MAX 27; MIN 27; <a href="https://en.wikipedia.org/wiki/ISO_8601">ISO 8601</a> ).

  Example: 2022-05-09T20:46:54.786342Z.
</ParamField>

<ParamField body="status" type="enum">
  Report status (MAX 255; MIN 3).

  Possible enum values: `IN_PROCESS`,`SUCCEEDED`, `DOWNLOADED`,`EXPIRED`, `FAILED` or `ERROR`.
</ParamField>
