---
title: "Get Custom Context"
method: GET
path: "/api/get_context"
---

# Get Custom Context

`GET /api/get_context`

Get all custom_context rows for the authenticated user's team.

## Response `200`

Successful Response

- GetContextResponse — Response model for custom context list.
  - `context` CustomContextItem[], required
    - `id` string, required
    - `description` string, required
    - `created_at` string, required
    - `channel_id` string[], nullable
    - `chat_enabled` boolean, nullable
    - `enabled` boolean, nullable

---

[API](https://skmtc.net/deeptrace/apis/fastapi.md) · [All operations](https://skmtc.net/deeptrace/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeptrace/fastapi/versions/2e2a6de8aeda/schema)
