Skip to main content
GET
/
api
/
widget
/
messages
/
{conversationId}
Get conversation messages
curl --request GET \
  --url https://api.g-tateth.com/api/widget/messages/{conversationId}
{
  "success": true,
  "data": {
    "messages": [
      {}
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.g-tateth.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

conversationId
string
required

Query Parameters

tenantDomain
string
required

Tenant domain

limit
number
default:50
before
string

Response

200 - application/json

Messages retrieved successfully

success
boolean
data
object