GET Idea FormsAsk AIget https://{defaultHost}/api/v2/discovery/idea_formsReturns a list of all Idea Forms by user.Query ParamspageintegerDefaults to 1Indicates which page number to retrieve (based on a given page size)page_sizeintegerDefaults to 200The amount of items to return with each page (default: 200, max: 500)qobjectFilter and sort query. (Filterable attributes: account_id,created_at,id,instructions,is_enabled,title,updated_at,url_token,user_id,custom_text_field,custom_dropdown_fields). Visit our filtering docs for more information about how filtering works.q objectResponses 200lists idea forms 401authentication failed 422bad pagination parametersUpdated about 1 year ago