Get a paginated list of agents (ChatSettings) accessible to the user. Access control: Sys-admin users can access all agents from all companies. Company admin users can access all agents from their company. Regular users can only access agents linked to groups they belong to.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter agents by company ID. Sys-admins can filter by any company ID. Company admins and regular users can only filter by their own company ID.
Filter agents by group ID
Filter agents by favorite status. Accepted values: 'true', 'false', '1', '0', 'yes', 'no'
Filter agents by is_default status. Accepted values: 'true', 'false', '1', '0', 'yes', 'no'
Filter agents by name (prefix search, case-insensitive)
Page number for pagination
Number of results per page (default: 50, max: 100)
Filter agents by user ID - returns agents linked to groups of which the specified user is a member. Sys-admins can filter by any user ID. Company admins can only filter by user IDs of users inside their company. Regular users can only filter by their own user ID.