Skip to main content
GET
/
personas
/
active
Get Active Persona
curl --request GET \
  --url https://api.zo.computer/personas/active \
  --header 'Authorization: Bearer <token>'
{
  "main": "<string>",
  "greeting": "<string>",
  "sms": "<string>",
  "email": "<string>",
  "telegram": "<string>",
  "schedule": {}
}

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Query Parameters

conversation_type
string | null

Optional conversation type to filter by. If provided, only returns the active persona for that type.

Response

Successful Response

main
string | null

Active persona ID for main chat

greeting
string | null

Active persona ID for greetings

sms
string | null

Active persona ID for SMS conversations

email
string | null

Active persona ID for email conversations

telegram
string | null

Active persona ID for Telegram conversations

schedule
Schedule · object

Mapping of agent ID to active persona ID for scheduled tasks