---
title: "Get one briefing by id"
method: GET
path: "/api/briefings/{id}"
tags: ["Context"]
---

# Get one briefing by id

`GET /api/briefings/{id}`

Alias for `GET /api/context?briefing={id}`. Accepts the dotted ids the
catalog returns, e.g. `/api/briefings/macro.snapshot`. A `.md` or
`.json` suffix sets the format.

Requires an API key. Unlike the short URL aliases, this route is not
x402-payable — free tier is free of charge, not keyless, so sign up for
a key rather than paying per call.

## Path parameters

- `id` string, required

## Query parameters

- `format` 'json' | 'markdown'
- `date` string

## Response `200`

Briefing context

## Other responses

- `401` — Authentication required
- `404` — Unknown briefing id; body lists the ids you can access

---

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