get_releases
Retrieve a paginated list of FRED data releases, such as 'Gross Domestic Product', with sort and limit options.
Instructions
List FRED data releases (publications such as "Gross Domestic Product"), with pagination metadata. A browse axis parallel to categories. Supports sort direction and a result limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort direction by release id. | |
| limit | No | Maximum number of releases to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Total number of releases available (across all pages). | |
| limit | Yes | The page-size limit that was applied. | |
| offset | Yes | The offset (number of releases skipped) for this page. | |
| releases | Yes | The releases on this page. |