PaginatedResponse[PreparedMessageRead]
items object[]required
Array [
idIdrequired
Unique numeric identifier of the record.
product_idProduct Idrequired
ID of the product (workspace) that owns this record. Most endpoints scope access by product.
agent_idAgent Idrequired
ID of the agent (a configured AI assistant / bot persona) this record belongs to.
name objectrequired
Optional human-readable name.
- string
- null
string
typeTyperequired
What the prepared message is used for — initial, ping, or waba_opener.
Possible values: [initial, ping, waba_opener]
created_atdate-timerequired
Creation time (UTC, ISO 8601).
messageMessagerequired
The message template text (supports {variable} placeholders).
]
pagePagerequired
limitLimitrequired
totalTotalrequired
pagesPagesrequired
PaginatedResponse[PreparedMessageRead]
{
"items": [
{
"id": 0,
"product_id": 0,
"agent_id": 0,
"name": "string",
"type": "initial",
"created_at": "2024-07-29T15:51:28.071Z",
"message": "string"
}
],
"page": 0,
"limit": 0,
"total": 0,
"pages": 0
}