get_releases_dates
Retrieve the publication dates of all FRED releases in a release calendar, with support for sorting, limiting results, and including future dates 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). |