get_release_dates
List publication dates of a FRED release, with pagination and optional sorting. Include future dates if needed.
Instructions
List the publication dates of ONE FRED release (its calendar), with pagination metadata. Oldest first by default; supports sort direction, a result limit, and including dates that have no data yet (e.g. scheduled future releases).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort direction by date (oldest first by default). | |
| limit | No | Maximum number of release dates to return. | |
| release_id | Yes | The FRED release id, e.g. 82 (Employment Situation). | |
| include_dates_with_no_data | No | Include dates that have no data yet, e.g. scheduled future releases (omitted by default). |