Is there any api to retrieve a perticular message of a ticket using message id

Is there any api to retrieve a particular message of a ticket using message id
// Detailed description of issue.

I found this one but not working even if message id is correct

GET https://api-{application_id}.sendbird.com/v3/{channel_type}/{channel_url}/messages/{message_id}

via

https://sendbird.com/docs/chat/v3/platform-api/message/messaging-basics/get-a-message

response I have got is

{
  "error": true,
  "message": "\"Message\" not found.",
  "code": 400201
}

while in desk api
only list api is available there

https://sendbird.com/docs/desk/v1/platform-api/guides/chat-message#2-list-chat-messages

but I need to fetch perticular one
because I am getting only message string in my custom chatbot webhook
but I need the value of data also
so either there should be data present in the webhook or there should be an api to fetch a perticular message with id

Hello Ayush,

The closest option would be to fetch messages of a particular ticket and then find the particular message from the returned list