Skip to main content
GET
Returns the details of a specific conversation thread, including its channel, contact, status, and assignee.

Headers

string
requerido
Your API key for authentication.

Path Parameters

string
requerido
The UUID of the thread to retrieve.

Response

string
Unique identifier of the thread (UUID).
string
UUID of the channel this thread belongs to.
string
Type of the channel (e.g. WABA, INSTAGRAM).
string
UUID of the contact in this thread.
string
UUID of the organization that owns this thread.
string
Thread status (e.g. open, closed).
string
UUID of the user or agent currently assigned to this thread.
string
Type of the assignee: user or agent.
string
Timestamp when the thread was created (ISO 8601).
string
Timestamp of the last update (ISO 8601).

Error Codes

  • 401 Unauthorized — Invalid or missing API key
  • 404 Not Found — Thread not found or does not belong to your organization
  • 500 Internal Server Error — Server-side error

Code Examples