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

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

openaiBotId
string
required

ID of the OpenAI bot

instance
string
required

Name of the instance

Response

Successfully fetched sessions

message
string
Example:

"OK"