Search contentAsk AIpost https://{hostname}/1.0/content/_filterRetrieve a paginated list of content items matching a Lucene query.Query Paramspageinteger≥ 1Defaults to 1Page number for pagination (1-based index).rppintegerResults per page for pagination.include_topicsbooleanWhether to include topic information in the response.truefalseBody ParamsquerystringrequiredLucene query string. Use the platform's Lucene dialect for advanced filtering.Responses 200A paginated list of content items, including metadata for navigation, such as total hits and page links. 204No content matches the queryUpdated 7 months ago