get_release_series
List FRED series in a release with pagination metadata: total count, offset, limit. Supports ordering by fields like series_id or popularity and sort direction.
Instructions
List the FRED series published in a release, with pagination metadata (total count, offset, limit). Supports ordering, sort direction, and a result limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort direction. | |
| limit | No | Maximum number of series to return. | |
| order_by | No | Field to order results by. | |
| release_id | Yes | The FRED release id. |