GET
/
v3
/
bots
List Bots
curl --request GET \
  --url http://127.0.0.1:3333/v3/bots \
  --header 'Authorization: Bearer <token>'
{
  "bots": [
    "<unknown>"
  ],
  "nextCursor": "<string>",
  "total": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

workspaceId
string
folderId
limit
number
Required range: 1 <= x <= 500
cursor
string
query
string
includeTotal
boolean

Response

200 - application/json

Default Response

bots
any[]
required
nextCursor
string
total
number