Skip to main content
GET
/
personas
/
{tuid}
Get persona overview for a user
curl --request GET \
  --url https://eris.devops.truu.ai/api/v1/external/personas/{tuid} \
  --header 'X-API-Key: <api-key>'
{
  "tuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "persona_overview": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-Key
string
header
required

Domain-scoped API key. Generate and manage keys from the API Keys page in Settings.

Accepted in two forms:

  • X-API-Key: <key> header (preferred)
  • Authorization: Bearer <key> header (also accepted)

Path Parameters

tuid
string<uuid>
required

Response

Persona row or placeholder when none exists yet

tuid
string<uuid>
persona_overview
string | null

Narrative persona summary for the user.

created_at
string<date-time> | null
updated_at
string<date-time> | null