OpenAI Controller

Fetch sessions of the OpenAI bot instance

Fetches the sessions of the specified OpenAI bot instance.

get/openai/fetchSessions/:openaiBotId/{instance}

Path parameters

openaiBotIdstring required

ID of the OpenAI bot

instancestring required

Name of the instance

Response

Successfully fetched sessions

messagestring

Example response

{
  "message": "OK"
}

Changes