Skip to main content
GET
/
conversations
/
{conversationId}
/
messages
List conversation messages
curl --request GET \
  --url https://api.helloannie.com/v1/conversations/{conversationId}/messages
{
  "success": true,
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "content": "<string>",
      "role": "<string>",
      "conversationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Path Parameters

conversationId
string<uuid>
required

The ID of the conversation to get messages for

Response

Response returned when listing the messages in a conversation

success
enum<boolean>
required
Available options:
true
data
object[]
required