통합 팩터 데이터 소스 목록
GET /v1/factors/data-sources - 업스트림 소스별로 Provider, 연구 근거, 데이터셋, 프로필, 분류 및 선택 상태를 통합해 나열합니다.
GET /v1/factors/data-sources
업스트림 소스별로 Provider, 연구 근거, 데이터셋, 프로필, 분류 및 선택 상태를 통합해 나열합니다.
| 메서드 | GET |
| 경로 | /v1/factors/data-sources |
| 인증 | Authorization: Bearer <token> 필수 |
| 카테고리 | research |
응답 본문
{ "sources": [ { "sourceId": "fred-alfred", "primaryCategory": "macro_rates_energy", "capabilities": [ { "capability": "compute", "status": "available", "enabled": true } ], "selectionState": "enabled" } ] }