PaginatedResponse[PhoneWarmupPairRead]
items object[]required
Array [
idIdrequired
Unique numeric identifier of the record.
created_atdate-timerequired
Creation time (UTC, ISO 8601).
agent_idAgent Idrequired
ID of the agent (a configured AI assistant / bot persona) this record belongs to.
sender_channel_idSender Channel Idrequired
ID of the channel that sends warmup messages.
receiver_channel_idReceiver Channel Idrequired
ID of the channel that receives them.
is_activeIs Activerequired
Whether the warmup pair is active.
config objectrequired
Warmup behavior configuration (JSON).
property name*any
Warmup behavior configuration (JSON).
]
pagePagerequired
limitLimitrequired
totalTotalrequired
pagesPagesrequired
PaginatedResponse[PhoneWarmupPairRead]
{
"items": [
{
"id": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"agent_id": 0,
"sender_channel_id": 0,
"receiver_channel_id": 0,
"is_active": true,
"config": {}
}
],
"page": 0,
"limit": 0,
"total": 0,
"pages": 0
}