{"openapi":"3.0.3","info":{"title":"orchestrator API","version":"1.0.0"},"components":{"schemas":{}},"paths":{"/api/orchestrator/livez":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/api/orchestrator/readyz":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/api/orchestrator/health":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/api/orchestrator/daily-quote":{"get":{"summary":"Get today's daily quote","tags":["orchestrator"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"userId":{"type":"string","format":"uuid"},"date":{"type":"string"},"quote":{"type":"string"},"context":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"}},"required":["id","userId","date","quote","context","createdAt"],"additionalProperties":false,"nullable":true}},"required":["data"],"additionalProperties":false}}}}}}},"/api/orchestrator/weekly-quote":{"get":{"summary":"Get latest weekly quote","tags":["orchestrator"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"userId":{"type":"string","format":"uuid"},"weekStart":{"type":"string"},"quote":{"type":"string"},"summary":{"type":"string","nullable":true},"crossInsights":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"}},"required":["id","userId","weekStart","quote","summary","crossInsights","createdAt"],"additionalProperties":false,"nullable":true}},"required":["data"],"additionalProperties":false}}}}}}},"/api/orchestrator/emotional-state":{"get":{"summary":"Get latest emotional state","tags":["orchestrator"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"userId":{"type":"string","format":"uuid"},"date":{"type":"string"},"calm":{"type":"number"},"anxiety":{"type":"number"},"excitement":{"type":"number"},"stress":{"type":"number"},"computedFrom":{"nullable":true},"createdAt":{"type":"string","format":"date-time"}},"required":["id","userId","date","calm","anxiety","excitement","stress","createdAt"],"additionalProperties":false,"nullable":true}},"required":["data"],"additionalProperties":false}}}}}}},"/api/admin/orchestrator/run-daily":{"post":{"summary":"Trigger daily quote generation for all users","tags":["admin"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"processed":{"type":"number"},"errors":{"type":"number"}},"required":["processed","errors"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}}}},"/api/admin/orchestrator/run-weekly":{"post":{"summary":"Trigger weekly summary generation for all users","tags":["admin"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"processed":{"type":"number"},"errors":{"type":"number"}},"required":["processed","errors"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}}}}}}