Retrieve ChatKit thread
Retrieve a ChatKit thread by its identifier.
get/chatkit/threads/{thread_id}
Path parameters
thread_idstring required
Example:cthr_123
Identifier of the ChatKit thread to retrieve.
Response
Success
Example response
{
"id": "cthr_def456",
"object": "chatkit.thread",
"created_at": 1712345600,
"title": "Demo feedback",
"status": {
"type": "active"
},
"user": "user_456"
}