---
title: "GET /api/v1/{context_id}/profile"
method: GET
path: "/api/v1/{context_id}/profile"
---

# GET /api/v1/{context_id}/profile

`GET /api/v1/{context_id}/profile`

Get a profile suitable for LLM system prompt injection

## Path parameters

- `context_id` string, required

## Response `200`

- ProfileResponseJson
  - `dynamic` ProfileEntryJson[], required
    - `entity` string, nullable
    - `entityType` string, nullable
    - `key` string, required
    - `value` string, required
  - `instructions` InstructionSummaryJson[], required
    - `description` string, required
    - `id` string, required
    - `label` string, required
  - `preferences` ProfileEntryJson[], required
    - `entity` string, nullable
    - `entityType` string, nullable
    - `key` string, required
    - `value` string, required
  - `selfFacts` ProfileEntryJson[], required
    - `entity` string, nullable
    - `entityType` string, nullable
    - `key` string, required
    - `value` string, required
  - `static` ProfileEntryJson[], required
    - `entity` string, nullable
    - `entityType` string, nullable
    - `key` string, required
    - `value` string, required

## Other responses

- `401` — Unauthorized
- `422` — Invalid context id
- `503` — Server too busy: the per-pod in-flight request cap was exceeded. Retry per the `Retry-After` header.

## Changes

- **2026-08-24** `9f1598713067` — 8 info
  - added the non-success response with the status `503`
  - added the optional property `dynamic/items/entity` to the response with the `200` status
  - added the optional property `dynamic/items/entityType` to the response with the `200` status
  - added the optional property `preferences/items/entity` to the response with the `200` status
  - …4 more

[Change history](https://skmtc.dev/surrealdb/apis/spectron/changes/api/v1/:context_id/profile/get.md)

---

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