Skip to main content
GET

Overview

You can retrieve detailed information about a specific chat using its remote JID. This is useful when you need to get chat details before sending messages or performing chat-specific operations.

Authentication

This endpoint requires authentication via the apikey header.
string
required
Your Evolution API key for authentication.

Path Parameters

string
required
The name of your WhatsApp instance.

Query Parameters

string
required
The WhatsApp JID of the chat you want to find. For individual chats, use the format 5511999999999@s.whatsapp.net. For groups, use the format 120363123456789@g.us.

Response

string
Unique chat identifier.
string
WhatsApp JID of the chat.
string
Instance owner.
boolean
Whether this is a group chat.
string
Chat display name.
string
URL of the chat’s profile picture.
string
ISO 8601 timestamp of when the chat was created.
string
ISO 8601 timestamp of last update.

Usage Notes

The remoteJid format varies based on chat type:
  • Individual chats: {phone_number}@s.whatsapp.net
  • Group chats: {group_id}@g.us
  • Broadcast lists: {broadcast_id}@broadcast
Use this endpoint before sending messages to verify that a chat exists and is accessible.