Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns just the message transcript for a call. Use to poll an in-progress chat.
cURL
curl --request GET \ --url https://api.readmin.app/calls/{callId}/messages \ --header 'loader-id: <api-key>'
{ "success": true, "messages": [ { "username": "<string>", "userId": 123, "message": "<string>", "id": "<string>", "created": "2023-11-07T05:31:56Z" } ] }
Successful operation
open
claimed
closed
Show child attributes