Skip to main content
GET
/
api
/
v1
/
conversations
/
{conversation_id}
/
stats
Get Conversation Message Stats
curl --request GET \
  --url https://api.example.com/api/v1/conversations/{conversation_id}/stats \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Workspace-Id
string | null

The workspace ID

Path Parameters

conversation_id
string
required

Response

Successful Response

The response is of type Response Get Conversation Message Stats Api V1 Conversations Conversation Id Stats Get · object.