Skip to content

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
data
required

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
celebrations
Array<object>
object
key
additional properties
string
greeting
required
string
items
Array<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
action_needed
boolean
agent_role
string
""
body
required
string
title
required
string
urgency
string
default: medium
owner_state
string
default: unknown
pending_count
integer
meta

Standard metadata included in every API response.

Attributes: request_id: Unique identifier for this request. timestamp: When the response was generated.

object
request_id

Unique identifier for this request

string
timestamp

When the response was generated

string format: date-time