---
title: "Read Daily Summary"
method: GET
path: "/api/ui/daily-summary"
tags: ["Web UI"]
---

# Read Daily Summary

`GET /api/ui/daily-summary`

Return the existing daily summary for an agent/date if one was already
generated. Does NOT trigger generation — that's the POST endpoint.

Response: {exists, agent_id, date, path, content}

## Query parameters

- `agent_id` string, nullable
- `date` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/moorcheh-ai/apis/memanto-memory-that-ai-agents-love.md) · [All operations](https://skmtc.net/moorcheh-ai/apis/memanto-memory-that-ai-agents-love/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moorcheh-ai/memanto-memory-that-ai-agents-love/revisions/ff157f2fc5d5/schema)
