---
title: "Get project context (recent capsules + graph hints) for AI assistants"
method: GET
path: "/api/preview/projects/{id}/context"
tags: ["project"]
---

# Get project context (recent capsules + graph hints) for AI assistants

`GET /api/preview/projects/{id}/context`

## Path parameters

- `id` string, required — UUID v4 string

## Response `200`

Successful response

- object
  - `capsules` object[], required
    - `content_md` string, nullable
    - `created_at` string
    - `id` string, required — UUID v4 string
    - `is_encrypted` boolean
    - `is_stale` boolean
    - `log` object
      - `append_via` string, required
      - `bound_type` object, required
        - `id` string, required — UUID v4 string
        - `name` string, required
        - `slug` string, required
      - `owned_log_ref` string, nullable, required
      - `role` 'owner' | 'log', required
    - `ref_id` integer — Numeric capsule ref id.
    - `title` string
    - `type_id` string — UUID v4 string
    - `type_name` string
    - `type_slug` string
    - `updated_at` string
  - `hasMore` boolean
  - `nextCursor` string, nullable
  - `project` object, required
  - `total` integer, nullable, required

---

[API](https://skmtc.net/symbol/apis/symbol-api.md) · [All operations](https://skmtc.net/symbol/apis/symbol-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/symbol/symbol-api/revisions/c690ac22ae04/schema)
