---
title: "Mission Projection"
method: GET
path: "/api/v1/missions/{mission_id}"
---

# Mission Projection

`GET /api/v1/missions/{mission_id}`

Serve the mission projection receipt for ``mission_id``.

The response is a deterministic function of the mission's ledger file: the
same ledger bytes serve the same ``status`` and ``mission_status_hash`` from
any server, so two operators cross-check byte for byte.
``ledger_verified=false`` (with ``overall=unverified``) marks a chain that no
longer recomputes -- the timeline still renders, but the screen must show the
unverified banner instead of trusting the state.

## Path parameters

- `mission_id` string, required

## 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/versions/86f514b4e920/schema)
