---
title: "Mission Digest"
method: GET
path: "/missions/{mission_id}/digest"
---

# Mission Digest

`GET /missions/{mission_id}/digest`

Serve the canonical daily progress digest for a fire instant.

Read-only: the digest is recomputed from the ledger as a pure fold, so the
endpoint never writes to the chain. The payload carries the ``digest_hash``,
the ``receipt_id`` (the per-fire delivery idempotency key), and the verbatim
``message`` the digest projects to -- the exact bytes a chat delivery posts,
so a caller can cross-check a posted message against this projection.

## Path parameters

- `mission_id` string, required

## Query parameters

- `fire_time` integer, required — Integer Unix epoch of the canonical fire instant.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server.md) · [All operations](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipyourdrink-ltd/bernstein-task-server/revisions/86f514b4e920/schema)
