Retrieve questionsAsk AIget https://agent.cnstrc.com/v1/item_questionsRetrieves AI powered list of frequently asked questions for the given item.Query ParamskeystringrequiredThe key of the index to use.item_idstringrequiredThe id of the item to return questions for.variation_idstringnullThe id of the variation of the item to return questions for.num_resultsintegernullThe number of questions to return.cstringThe id of the client and version that the request is coming from, such as cio-js-2.90.usarray of stringsA customer defined context (such as vip-club-member) used to evaluate redirect or refined tag rules. Pass multiple segments by passing multiple us arguments.usADD stringuistringA customer generated anonymized identifier for a user on a customer website. It should only be sent for logged in customers and helps constructor to tie multiple client and session ID's together to form a behavioral data profile across devices.sintegerAn integer representing the users session number (starting with 1), incremented after a 30 minute period of inactivity.istringA globally unique identifier for the user browser (or mobile application instance) making the request.Responses 200AI powered list of frequently asked questions for the given item. 400Invalid request parameters. 422Validation Error 500Internal server error.Updated 7 months ago