Get AIs
GBase AI
Get AIs
You can obtain all AI types you create through this interface.
- If user_ids is provided: Returns grouped format [{"user_id": "123", "bots": [bot_id1, bot_id2...]}, ...]
- If user_ids is not provided: Returns paginated list of current user's robots
GET
Get AIs
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Search by robot name or description
Company ID. If provided, returns company resources; if not, returns personal resources
List of user IDs to get bots for. Returns grouped format: [{user_id, bots: [...]}]
Filter by robot tag IDs. Robots must have ALL specified tags (AND logic).
Required range:
x >= 1Required range:
1 <= x <= 1000Response
Successful Response