Skip to main content
GET
/
api
/
v1
/
chat
/
threads
/
{threadId}
Get web chat thread session details
curl --request GET \
  --url https://prod.featherhq.com/api/v1/chat/threads/{threadId}
{
  "thread": {
    "threadId": "<string>",
    "isActive": true,
    "createdAt": "<string>",
    "lastActivityAt": "<string>",
    "metadata": {},
    "variables": {}
  }
}

Path Parameters

threadId
string<uuid>
required

Response

Chat thread session details

thread
object
required