> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dacard.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get briefing

> DAC's daily briefing for the caller. Curated reads, tribal notes, and surfaced moves.

Get DAC's daily briefing for the caller. Curated reads, tribal notes, surfaced moves, and three concrete next steps. Used by the morning shell hero.

```bash theme={null}
curl -X GET https://app.dacard.ai/api/briefing \
  -H "Authorization: Bearer $DACARD_API_KEY"
```

| Property           | Value                                     |
| ------------------ | ----------------------------------------- |
| **Auth**           | Required                                  |
| **Required scope** | Activated user (Day 1 interview complete) |
| **Idempotent**     | Yes (cached for the day)                  |

## Query

| Field       | Type     | Required | Notes                                 |
| ----------- | -------- | -------- | ------------------------------------- |
| `date`      | ISO date | no       | Defaults to today (account timezone). |
| `productId` | string   | no       | Narrow to one product.                |

## Errors

| Status | Code                  | When                          |
| ------ | --------------------- | ----------------------------- |
| 401    | `AUTH_REQUIRED`       | No session.                   |
| 403    | `ONBOARDING_REQUIRED` | Day 1 interview not complete. |
| 500    | `INTERNAL_ERROR`      | Read failed.                  |
