---
title: "List available briefings"
method: GET
path: "/api/context/briefings"
tags: ["Context"]
---

# List available briefings

`GET /api/context/briefings`

Returns all briefings available for your tier, with descriptions and metadata.
Useful for agents to discover what context is available before requesting it.

## Response `200`

List of briefings available to your tier

- object
  - `tier` string
  - `briefings` object[]
    - `id` string
    - `name` string
    - `description` string
    - `tier` 'free' | 'basic' | 'pro'
    - `accessible` boolean
  - `total` integer
  - `accessible` integer

## Other responses

- `401` — Authentication required
- `429` — Rate limit exceeded

---

[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)
