List bots
Bots
List bots
Returns a paginated list of Bots that have a runnable published version.
Filtering
- Use
bot_typeto select a Bot type. The publicagentvalue means SkillFlow. - Use
keywordfor a case-insensitive Bot name search.
Pagination
Use page and limit. The response includes total_pages and total_count.
GET
List bots
Authorizations
Send your API key in the Authorization header as Bearer <API_KEY>.
Query Parameters
Optional bot type filter. agent represents SkillFlow.
Available options:
workflow, agent Search keyword (optional).
Maximum string length:
200Page number to retrieve (starts at 1).
Required range:
x >= 1Number of Bots per page (max 100).
Required range:
1 <= x <= 100
