GET
/
openai
/
fetchSessions
/
:openaiBotId
/
{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

200
application/json

Successfully fetched sessions

The response is of type object.