get_sources
Retrieve a paginated list of FRED data sources, the organizations that produce economic releases, with sort and limit options.
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. |