aem_query_content
Query Adobe Experience Manager (AEM) content using JCR-SQL2 or XPath. Specify query parameters, limit results, and configure host, port, and credentials for targeted content retrieval.
Instructions
Query content using JCR-SQL2 or XPath
Input Schema
Name | Required | Description | Default |
---|---|---|---|
host | No | AEM host (default: localhost) | localhost |
limit | No | Maximum number of results (default: 20) | |
password | No | AEM password (default: admin) | admin |
port | No | AEM port (default: 4502) | |
query | Yes | Query string (JCR-SQL2 or XPath) | |
type | No | Query type | JCR-SQL2 |
username | No | AEM username (default: admin) | admin |