v46

latestOpenAPI 3.0.3raw.githubusercontent.com2025-05-151340367.2 KB
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"
}