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 \
  --header 'Authorization: Bearer <token>'
{
  "newest_chat_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication using your API key

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