Skip to main content
GET
/
chats
/
{chat_id}
/
state
/
info
Get Chat State Info
curl --request GET \
  --url https://api.useinvent.com/chats/{chat_id}/state/info
{
  "newest_chat_id": "<string>"
}

Path Parameters

chat_id
string
required

Chat ID

Response

200 - application/json

Information about the chat linked in case another chat exists for this conversation

newest_chat_id
string | null
required