Skip to main content
GET
Get Persona

Authorizations

api_key
string
header
required

Query Parameters

oId
string
required

Persona OId

Response

Persona data

_metadata
object
required
oId
string
required

Persona OId

Minimum string length: 1
Example:

"p_1234"

createdAt
string | null
required

Creation date

data
object
required
user
object
required

User data

workspace
object
required

Workspace data

name
string | null

Persona name

Example:

"VP of Sales"

internalName
string | null

The internal name of the persona

Example:

"Sally the Sales Leader"

description
string | null

Persona description

deletedAt
string | null

Deleted date

archivedAt
string | null

Archived date

updatedAt
string | null

Updated date

unrecognized
boolean | null

Whether persona is unrecognized

Example:

false

rejected
boolean | null

Whether persona is rejected

Example:

false

active
boolean
default:true

Whether the persona is active and can be used

Example:

true

qualifyingQuestions
object[] | null