# Get Contextual Notes for Sector Aggregates Provides qualitative contextual notes and narratives that explain recent aggregate movements in the specified sector. Endpoint: GET /insights/sector/{sector} Version: 0.1.0 Security: HTTPBearer ## Path parameters: - `sector` (string, required) ## Response 200 fields (application/json): - `entityId` (string, required) - `entityType` (string, required) - `notes` (array, required) - `notes.date` (string, required) - `notes.title` (string, required) - `notes.content` (string, required) - `notes.source` (any) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) - `detail.type` (string, required)