v12
latestOpenAPI 3.1.02026-08-0464112112.3 KBConversations
List conversation messages
Lists conversation messages
get/v1/conversations/{id}/messages
Path parameters
idstring uuid required
Query parameters
cursorinteger
limitinteger
Response
Successful Response
Example response
{
"data": [
{
"agent": {
"profileUrl": "http://www.example.com/"
}
}
]
}