get_releases_dates
List publication dates of all FRED releases in a paginated calendar. Supports sorting, result limits, and including scheduled releases with no data.
Instructions
List the publication dates of ALL FRED releases — a release calendar across FRED — with pagination metadata. Each entry names its release. Newest first by default; supports sort direction, a result limit, and including dates that have no data yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort direction by date (newest first by default). | |
| limit | No | Maximum number of release dates to return. | |
| include_dates_with_no_data | No | Include dates that have no data yet, e.g. scheduled future releases (omitted by default). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Total number of release dates available (across all pages). | |
| limit | Yes | The page-size limit that was applied. | |
| offset | Yes | The offset (number of dates skipped) for this page. | |
| release_dates | Yes | The release dates on this page. |