get_sources
Retrieve a list of FRED data sources, such as the Bureau of Economic Analysis, with pagination options including sort direction and result limit.
Instructions
List FRED data sources (the organizations that produce releases, e.g. the Bureau of Economic Analysis), with pagination metadata. Supports sort direction and a result limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort direction by source id. | |
| limit | No | Maximum number of sources to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Total number of sources available (across all pages). | |
| limit | Yes | The page-size limit that was applied. | |
| offset | Yes | The offset (number of sources skipped) for this page. | |
| sources | Yes | The sources on this page. |