---
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
    - `incomplete` boolean
    - `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

## Changes

- **2026-08-29** `9ca3e15b9d44` — 1 info
  - added the optional property `capsules/items/incomplete` to the response with the `200` status

[Change history](https://skmtc.dev/symbol/apis/symbol-api/changes/api/preview/projects/:id/context/get.md)

---

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