List ItemsAsk AIget https://v2.api.uberflip.com/itemsThis endpoint returns a paginated list of all the items in the user's account.Query Paramslimitinteger1 to 100Defaults to 25Set the number of results returned per page. Defaults to 25 if not set.pageinteger≥ 1Defaults to 1Specify the page of results to be returned. Defaults to 1 if not set.sortstringSort results by one or more of the following fields: id title description author.full_name created_at modified_at published_at querystringFilter results by querying the following fields: id title description content publishedbooleanFilter results by checking whether the Items are published or nottruefalsehiddenbooleanFilter results by checking whether the Items are hidden or nottruefalseinclude_tagsbooleanWhether to include the tags property for each Item (true) or not (false)truefalseResponse 200200Updated over 3 years ago