Skip to main content
GET
/
openai
/
find
/
:openaiBotId
/
{instance}
Find OpenAI Bot
curl --request GET \
  --url https://{server-url}/openai/find/:openaiBotId/{instance} \
  --header 'apikey: <api-key>'
This response has no body data.

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Name of the instance

openaiBotId
string
required

ID of the bot

Response

200 - undefined