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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.useinvent.com/llms.txt

Use this file to discover all available pages before exploring further.

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