Query parameters
-
keyword string
Keyword to filter the list of bots to only those that at least partially match the bot name.
GET /bots
curl \
-X GET https://getcody.ai/api/v1/bots \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": [
{
"id": "yiu456ytyUjk",
"name": "Factual Bot",
"created_at": 1672578000
}
],
"meta": {
"pagination": {
"count": 42,
"total": 42,
"per_page": 42,
"total_pages": 42,
"next_page": 42,
"previous_page": 42
}
}
}