Bot
Retrieve the list of bots
GET
/
api
/v1
/bot
/list
Authorization
Authorization
Required<token>
Please enter a valid access token
In: header
Query Parameters
teamId
string
The team to retrieve from
Default:
""
spaceId
string
The space to retrieve from
Default:
""
limit
integer
The maximum number of bots to retrieve
Default:
10
Format: "int32"
offset
integer
The number of bots to skip
Default:
0
Format: "int32"
OK