diff --git a/docs/api-reference/endpoint/conversation-messages.mdx b/docs/api-reference/endpoint/conversation-messages.mdx
index edbc73a72..29098ac13 100644
--- a/docs/api-reference/endpoint/conversation-messages.mdx
+++ b/docs/api-reference/endpoint/conversation-messages.mdx
@@ -1,6 +1,6 @@
---
title: "Get Messages"
-api: "GET https://api-v2.opencopilot.so/backend/conversations/{bot_id}/messages/{conversation_id}"
+api: "GET https://api-v2.opencopilot.so/backend/chat/sessions/{sessionId}/chats"
description: "Retrieve all messages for a specific conversation."
---
@@ -10,11 +10,7 @@ The endpoint is paginated, and you can specify the `offset` and `limit` paramete
### Path Parameters
-
- The ID of the bot for which to retrieve messages.
-
-
-
+
The ID of the conversation for which to retrieve messages.