get_category_series
Retrieve FRED series by category ID with pagination and sort options. Returns series list, total count, and supports ordering by fields like title or popularity.
Instructions
List the FRED series that belong to a category, 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. | |
| category_id | Yes | The FRED category id (0 is the root of the category tree). |