Get the state info of a specific chat by its ID.
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.
Was this page helpful?
curl --request GET \
--url https://api.useinvent.com/chats/{chat_id}/state/info \
--header 'Authorization: Bearer <token>'{
"newest_chat_id": "<string>"
}