Skip to main content
GET
/
conversations
List Conversations
curl --request GET \
  --url https://api.zo.computer/conversations \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>",
    "title": "<string>",
    "type": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Query Parameters

limit
integer
default:100
offset
integer
default:0
q
string | null
conversation_type
enum<string> | null
Available options:
chat,
sms,
email,
schedule,
api,
telegram,
task

Response

Successful Response

id
string
required

Unique conversation identifier

created_at
string
required

When the conversation was created

updated_at
string
required

When the conversation was last updated

title
string
required

Conversation title (auto-generated or user-set)

type
string | null

Conversation type: 'sms', 'email', 'telegram', 'schedule', 'api', or null for chat