Skip to main content
GET
/
personas
/
{tuid}
/
history
Error
A valid request URL is required to generate request examples
{
  "next_cursor": "<string>",
  "tuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "items": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "persona_overview": "<string>",
      "created_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. Pass via the X-API-Key header.

Path Parameters

tuid
string<uuid>
required

Query Parameters

page_size
integer
default:20
Required range: x <= 100
next_cursor
string

Response

Paginated persona history

next_cursor
string | null
tuid
string<uuid>
items
object[]