OORT AI
AboutOORT AIOORT StorageOORT Edge
  • GET STARTED
    • What's OORT AI?
    • OORT AI Virtual Tour
      • Main Dashboard
      • Analytics
      • User Feedback
      • Subscriptions
      • API Keys
    • FAQ
  • Pricing
    • OORT AI Pricing
  • Develop With OORT AI
    • OORT AI Open API Manual
    • Configure API Keys
      • Supported API Methods
      • Creating API Keys
      • Editing API Keys
      • Deleting API Keys
      • Getting a List of API Keys
    • Configure AI Agents
      • Getting AI Agent Settings
      • Updating AI Agent Settings
      • Getting AI Agent Interface
      • Updating AI Agent Interface
      • Deleting Your AI Agent
      • Getting a List of Your AI Agents
      • Chatting With Your AI Agent
Powered by GitBook
On this page
  1. Develop With OORT AI
  2. Configure AI Agents

Getting a List of Your AI Agents

Request Address: /api/bot/my/list

Request Method: GET

Request Header 👇

Name
Type
Description

Authorization

String

The API key created

Response Parameter 👇

Name
Type
Description

id

int

id

version

int

version

name

string

The name of agent

userId

string

The OORT AI user id

secretKey

string

The api key info

CreatedTime

string

The create time of api key

updatedTime

string

The update time of api key

deletedTime

string

The delete time of api key

characters

int

The characters of agent which has been used for training

temperature

int

The temperature of agent

isCollectCustomerEmail

boolean

isPublic

boolean

Is public of agent

visibility

string

The visibility value of agent

domains

array

The domains of agent

apiKey

string

The api key of agent

messagesLimit

int

The messages limit of agent

everySeconds

int

The time duration of seconds

limitMessage

string

The prompt for exceeding the maximum value

tableName

string

The table name of agent

status

int

The status of agent

Response Example 👇

{
    "code": 0,
    "msg": "success",
    "data": [
        {
            "createdTime": "2023-06-29T15:42:37.085Z",
            "updatedTime": "2023-06-29T15:42:53.771Z",
            "deletedTime": null,
            "version": 2,
            "id": 90,
            "userId": "426772239258484736",
            "botId": "GSDCxMk-_EolzkF-X693R",
            "characters": 12239,
            "name": "河西走廊-Chatbot",
            "temperature": 0,
            "isCollectCustomerEmail": false,
            "isPublic": true,
            "visibility": "Public",
            "domains": [],
            "apiKey": null,
            "messagesLimit": 20,
            "everySeconds": 240,
            "limitMessage": "Too many messages in a row",
            "tableName": "bot12"
        },
        {
            "createdTime": "2023-07-18T06:30:57.634Z",
            "updatedTime": "2023-07-21T00:49:48.993Z",
            "deletedTime": null,
            "version": 3,
            "id": 150,
            "userId": "426772239258484736",
            "botId": "TStnHJtZ_Pd3JZa-6yWKq",
            "characters": 29988,
            "name": "lenovo-bot",
            "temperature": 0,
            "isCollectCustomerEmail": false,
            "isPublic": true,
            "visibility": "Public",
            "domains": [],
            "apiKey": null,
            "messagesLimit": 20,
            "everySeconds": 240,
            "limitMessage": "Too many messages in a row",
            "tableName": "bot13"
        },
        {
            "createdTime": "2023-07-19T00:41:09.735Z",
            "updatedTime": "2023-07-19T00:41:34.573Z",
            "deletedTime": null,
            "version": 2,
            "id": 159,
            "userId": "426772239258484736",
            "botId": "KImPrJHq_jkCj1-smCogk",
            "characters": 143984,
            "name": "oortech-bot",
            "temperature": 0,
            "isCollectCustomerEmail": false,
            "isPublic": true,
            "visibility": "Public",
            "domains": [],
            "apiKey": null,
            "messagesLimit": 20,
            "everySeconds": 240,
            "limitMessage": "Too many messages in a row",
            "tableName": "bot39"
        },
        {
            "createdTime": "2023-07-27T04:04:31.911Z",
            "updatedTime": "2023-07-27T04:04:31.911Z",
            "deletedTime": null,
            "version": 1,
            "id": 191,
            "userId": "426772239258484736",
            "botId": "MDrP4c9K_eJfXs3qFWYTx",
            "characters": 0,
            "name": "Chatbot",
            "temperature": 0,
            "isCollectCustomerEmail": false,
            "isPublic": true,
            "visibility": "Public",
            "domains": [],
            "apiKey": null,
            "messagesLimit": 20,
            "everySeconds": 240,
            "limitMessage": "Too many messages in a row",
            "tableName": "bot14"
        }
    ]
}
PreviousDeleting Your AI AgentNextChatting With Your AI Agent

Last updated 1 year ago