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