Get today's morning brief
GET /api/v1/reports/daily-brief
Returns the daily morning brief including actionable items, celebrations, and the current owner state.
Authorizations
Responses
200
Successful Response
Envelope response for the daily brief endpoint.
Attributes: data: The daily brief payload. meta: Standard response metadata.
object
Inner data payload for the daily brief response.
Attributes: greeting: Personalized opening greeting. items: Priority-ordered list of actionable items. celebrations: Notable wins or milestones to celebrate. pending_count: Number of items awaiting owner approval. owner_state: Current detected owner emotional/energy state.
object
object
A single actionable item in the daily morning brief.
Attributes: title: Short headline for the item. body: Detailed explanation or context. urgency: How time-sensitive the item is. agent_role: Which agent surfaced this item. action_needed: Whether the owner must take action.
object
Standard metadata included in every API response.
Attributes: request_id: Unique identifier for this request. timestamp: When the response was generated.
object
Unique identifier for this request
When the response was generated