---
title: "List Brand Suggestions"
method: GET
path: "/v1/projects/{projectId}/insights"
tags: ["Projects/Brands"]
---

# List Brand Suggestions

`GET /v1/projects/{projectId}/insights`

What this brand should send next — the same Marketing Calendar rows the dashboard offers as starting points, each carrying the `prompt` that produced it so a suggestion is one call away from a generated email. Never blocks: a stale or missing calendar queues a refresh in the background and returns what exists now, which is legitimately an empty list for a brand imported minutes ago. Requires an API key with email:read.

## Path parameters

- `projectId` string, required

## Query parameters

- `limit` integer

## Response `200`

The brand's upcoming suggestions

- object
  - `success` boolean, required
  - `data` object, nullable
    - `summary` string — One paragraph on the shape of the calendar as a whole.
    - `generatedAt` string, date-time
    - `suggestions` BrandSuggestion[], required
      - `id` string, required
      - `title` string, required — Short name for the email, e.g. "Labour Day tech sale email".
      - `description` string, required — One line on what it should say and why now.
      - `prompt` string, required — A ready-to-send brief — pass it straight to POST /v1/projects/emails/generate.
      - `priority` 'high' | 'medium' | 'low', required
      - `category` string — Short label for display, e.g. "Seasonal", "Promotion".
      - `suggestedDate` string, date — When it is worth sending, as YYYY-MM-DD. Results are ordered by this, soonest first, with undated suggestions last; anything already sent or in the past is omitted.
      - `daysUntil` integer — Days from today to suggestedDate.
    - `total` integer — How many upcoming campaigns exist in total, regardless of `limit`.
  - `error` string, nullable

## Other responses

- `401` — Unauthorized
- `404` — Resource not found

## Changes

- **2026-09-02** `e4d1d87bfcbe` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/migma/apis/migma-ai-api-v1/changes/v1/projects/:projectId/insights/get.md)

---

[API](https://skmtc.dev/migma/apis/migma-ai-api-v1.md) · [All operations](https://skmtc.dev/migma/apis/migma-ai-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/migma/migma-ai-api-v1/revisions/e4d1d87bfcbe/schema)
