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

# ReportAvailability

`OBJECT`

## Fields

<ResponseField name="dateType" type="ReportAvailabilityDateType!" required>
  Specifies the type of date available for report queries, such as the activity date or funding date.

  <Expandable title="Possible enum values">
    <ResponseField name="ACTIVITY_DATE" type="enum" />

    <ResponseField name="FUNDING_DATE" type="enum" />
  </Expandable>
</ResponseField>

<ResponseField name="availabilityStartDate" type="Date">
  The first available date for querying reports with the selected date type. This date will vary
  based on data processing timelines.
</ResponseField>

<ResponseField name="availabilityEndDate" type="Date">
  The latest available date for querying reports with the selected date type. This date will vary
  based on data processing timelines.
</ResponseField>
