# Get Contextual Notes for Themes Provides qualitative contextual notes and narratives explaining recent trends and flow within the specified theme. Endpoint: GET /insights/theme/{theme} Version: 0.1.0 Security: HTTPBearer ## Path parameters: - `theme` (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)