Skip to main content

PersonaDetail

iduuidrequired
client_iduuidrequired
role_namestringrequired
Example: Senior Backend Engineer
languagestringrequired
Example: en
statusstringrequired
Example: active
created_atdate-timerequired
base_prompt_overridestringnullable

The persona's base-prompt override (null when it inherits the ZenHire default). Present on the create response; omitted from the list view.

system_promptstring

The interviewer system prompt — the server-generated v1 template, or your own if you supplied one at creation.

updated_atdate-timenullable
PersonaDetail
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"client_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"role_name": "Senior Backend Engineer",
"language": "en",
"status": "active",
"created_at": "2024-07-29T15:51:28.071Z",
"base_prompt_override": "string",
"system_prompt": "string",
"updated_at": "2024-07-29T15:51:28.071Z"
}