curl --request GET \
--url https://{server-url}/openai/fetchSessions/:openaiBotId/{instance} \
--header 'apikey: <api-key>'{
"message": "OK"
}Fetches the sessions of the specified OpenAI bot instance.
curl --request GET \
--url https://{server-url}/openai/fetchSessions/:openaiBotId/{instance} \
--header 'apikey: <api-key>'{
"message": "OK"
}