Retrieve Page CategoriesAsk AIget https://{APP_DOMAIN}/api/3.2/contents/pages/categoriesReturns a paginated list of categories for organizing website pages.Query ParamsidintegerFilter by IDnamestringFilter by namecreated_atstringFilter by creation date. Supports operators: >, >=, <, <=updated_atstringFilter by last updated date. Supports operators: >, >=, <, <=id_with_namestringSearch by ID or name (partial match on both)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 page categoriesUpdated 18 days ago