curl --request GET \ --url https://api.linqalpha.com/v1/chat_messages/{chat_message_id} \ --header 'X-API-KEY: <api-key>'
Copy
Ask AI
{ "chat_message_id": "123e4567-e89b-12d3-a456-426614174000", "message": "The company's revenue grew by 20% in the last quarter. ...", "message_type": "assistant", "created_at": "2025-10-30T09:11:31.667544Z"}
Basic
Chat Message
Retrieves a specific chat message by its ID.
How to find chat_message_id:
Look for the event with event_name set to search_results in the Chat API response data. For detailed instructions, see search_results event response.
GET
/
v1
/
chat_messages
/
{chat_message_id}
Chat Message
Copy
Ask AI
curl --request GET \ --url https://api.linqalpha.com/v1/chat_messages/{chat_message_id} \ --header 'X-API-KEY: <api-key>'
Copy
Ask AI
{ "chat_message_id": "123e4567-e89b-12d3-a456-426614174000", "message": "The company's revenue grew by 20% in the last quarter. ...", "message_type": "assistant", "created_at": "2025-10-30T09:11:31.667544Z"}