---
title: "Get project context"
method: GET
path: "/v1/projects/{project_id}/context"
tags: ["Projects"]
---

# Get project context

`GET /v1/projects/{project_id}/context`

Retrieve the AI context for a project, including its keywords and linked insight docs.

Keywords guide AI features such as highlighting and tagging suggestions. Docs are insights used as source material for those features.

## Path parameters

- `project_id` string, required

## Response `200`

200

- object
  - `data` object, required
    - `keywords` string[], required
    - `docs` object[], required
      - `id` string, required — Unique identifier of the doc.
      - `type` 'doc', required

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `422` — 422
- `429` — 429
- `500` — 500

---

[API](https://skmtc.net/dovetail/apis/dovetail-public-api.md) · [All operations](https://skmtc.net/dovetail/apis/dovetail-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dovetail/dovetail-public-api/versions/4107f5fdf8b2/schema)
