Retrieve PagesAsk AIget https://{APP_DOMAIN}/api/3.2/contents/pagesReturns a paginated list of website pages hosted on publication domains. Includes related domain, publication, template, category, type, and tags.Query ParamsidintegerFilter by page IDactivebooleanFilter by active statustruefalsepathstringFilter by URL pathpublication_idintegerFilter by publication IDdomain_idintegerFilter by domain IDpage_type_idintegerFilter by page type IDpage_category_idintegerFilter by page category IDtemplate_idintegerFilter by template IDsearchablebooleanFilter by searchable statustruefalsemeta_titlestringFilter by meta titletag_idintegerFilter by tag ID (relationship filter, supports array)created_atstringFilter by creation date. Supports operators: >, >=, <, <=updated_atstringFilter by last updated date. Supports operators: >, >=, <, <=columns[]integerThe field to be included in the json response. You can have multiple columns[] query params included in the request URL.pageintegerThe page to return.per_pageintegerThe total results to return per page.sortstringThe field to sort the request by. column_name|asc OR descResponse 200The retrieved pagesUpdated 17 days ago