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 👇
Last updated