cURL
curl --request GET \ --url https://openapi.enginy.ai/v1/conversation/:conversationId/messages \ --header 'x-api-key: <api-key>'
{ "status": "success", "message": "<string>", "data": { "conversationId": 123, "messages": [ { "id": 123, "content": "<string>", "subject": "<string>", "type": "<string>", "isContactSender": true, "isAutosent": true, "isAudio": true, "url": "<string>", "attachment": "<string>", "attachmentName": "<string>", "contentType": "<string>", "createdAt": "2023-12-25", "updatedAt": "2023-12-25", "viewCount": 123, "clickCount": 123 } ] } }
Retrieve all messages for a specific conversation.
Required scope: ALL Rate limit: 100 requests per minute
Required scope: ALL
ALL
Rate limit: 100 requests per minute
ID of the conversation
Messages retrieved successfully
success
Show child attributes