Searches for content in Confluence using Confluence Query Language (CQL). CQL is a powerful query language that allows you to search across all Confluence content with advanced filtering capabilities including: - Full-text search: `text ~ "search term"` - searches within page co…
cqlRequiredstringConfluence Query Language (CQL) query for searching content. CQL allows searching by content text, title, labels, creator, type, space, and more. Examples: 'text ~ "search term"' (full-text search), 'label = "important"' (search by label), 'type = page AND space = DEV' (pages in…
limitintegerMaximum number of results to return (max 250, but may be limited to 25-50 when using body expansions)
startintegerStarting index for pagination (0-based)
expandstringComma-separated list of properties to expand in the response. Common values: 'content.space', 'content.version', 'content.body.storage', 'content.body.view'. Note: Using body expansions may limit results to 25-50.
excerptstringThe type of excerpt to return. Default is 'highlight'.
includeArchivedSpacesbooleanWhether to include results from archived spaces
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action