Skip to Content
SourcesConfluence

Confluence

Confluence

Scan Confluence spaces, pages, comments, and attachments.

Category
Collaboration
Source type
CONFLUENCE
Produces
pageattachmentcommentslinked_file

Confluence is the company’s memory — runbooks, onboarding guides, meeting notes, and the page called “temp credentials” that someone made in 2021 and never deleted. It’s consistently one of the highest-yield sources to scan.

What you need to connect

Your Confluence Cloud URL (https://your-domain.atlassian.net), the account email, and an API token.

Shared behaviour · Atlassian Cloud

Authentication is your Atlassian account email plus an API token — the same token type across Confluence and every other Atlassian product. The account only ever needs read access, and it sees exactly what that account would see in the browser: nothing is escalated, so restricted spaces and projects stay invisible unless the account is entitled to them.

Attachments are scanned, not skipped. Each attached file becomes an asset of its own, linked back to the page or issue it came from, and is read with the full file-format pipeline — which is where the interesting material usually is.

What Classifyre reads

  • Pages — the body text of every page in scope.
  • Comments — inline and footer comments, gathered into one comments asset per page.
  • Attachments — every attached file, as its own asset.
  • Linked files — file URLs referenced in a page body, materialised as assets so a document linked from a page is scanned even if it isn’t attached.

Scope the scan by space: by key, by id, by label, by type (global, personal, knowledge base…), and by status (current or archived).

Attachments are read with the shared file pipeline: see Supported File Formats for everything it can open, and OCR & Transcription for reading text out of images, audio and video.

Metadata on every asset

Asset kind · page

FieldTypeAlways presentWhat it is
page_idstringYesConfluence page id
titlestringYesTitle of the page
links_countintegerYesNumber of linked or related assets
space_keystringNoSpace id/key
statusstringNoPage status
authorstringNoAuthor id

Asset kind · attachment

FieldTypeAlways presentWhat it is
filenamestringNoOriginal file name
mime_typestringNoMIME type
size_bytesintegerNoRaw byte size
titlestringYesAttachment title
page_hashstringYesHash of the parent page asset

Asset kind · comments

FieldTypeAlways presentWhat it is
comments_countintegerYesNumber of comments
page_idstringYesParent page id

Asset kind · linked_file

FieldTypeAlways presentWhat it is
referenced_bystringYesHash of the referencing page asset

Lineage

Lineage

This source records no lineage. Nothing in the system it reads describes data moving from one place to another, so no FLOW edges are produced. Related items are still linked — see Lineage & Relationships for what those links mean and how they differ from lineage.

Worth knowing

  • Personal spaces are where surprises live. They’re included by type filter and are worth a scan of their own.
  • Archived spaces still hold data. Include them explicitly if retention matters to you.
  • Rate limiting is handled with retries and an optional fixed delay for big tenants.

Configuration

Beyond the fields below, every source also has the settings shared by all of them: the sampling strategy, the detectors to run, the scan schedule, and the compute limits for its scan jobs.

Required

Without these, the source will not save.

FieldTypeRequiredWhat it doesDefault
requiredobjectYesno extra properties
account_emailstringYesAtlassian account email used with API token for Basic authenticationformat email
base_urlstringYesConfluence Cloud tenant URL (for example, https://your-domain.atlassian.net)format uri

Secrets

Stored encrypted and never shown again after you save them. See Configuration & Fields.

FieldTypeRequiredWhat it doesDefault
maskedobjectYesno extra properties
api_tokenstringYesAtlassian API token for Confluence Cloud

Optional

Everything you can tune. Sensible defaults apply when you leave them alone.

FieldTypeRequiredWhat it doesDefault
optionalobjectNono extra properties
connectionobjectNoHTTP and retry settings for Confluence API calls.no extra properties
connection.max_retriesintegerNoMaximum retry attempts for transient API failures and rate limitsmin 0, max 103
connection.rate_limit_delay_secondsnumberNoAdditional delay between API requests to reduce rate-limit pressuremin 00
connection.request_timeout_secondsnumberNoHTTP request timeout for Confluence API callsmin 130
contentobjectNoConfluence content extraction controls.no extra properties
content.attachment_max_bytesintegerNoMaximum bytes downloaded per attachment for MIME inference and text extractionmin 10245242880
content.include_attachmentsbooleanNoInclude Confluence page attachments as related assetstrue
content.include_footer_commentsbooleanNoInclude footer comments and aggregate them into a per-page comments assettrue
content.include_inline_commentsbooleanNoInclude inline comments and aggregate them into a per-page comments assettrue
content.include_linked_file_assetsbooleanNoMaterialize linked file-like URLs from page body as related assetstrue
scopeobjectNono extra properties
scope.spacesobjectNoSpace-level filters passed to Confluence /spaces endpoint.no extra properties
scope.spaces.typeenumNoFilter spaces by space type Allowed: global, collaboration, knowledge_base, personal, system, onboarding, xflow_sample_space
scope.spaces.idsarrayNoFilter spaces by IDs (up to 250)max items 250
scope.spaces.ids[]integerNo
scope.spaces.keysarrayNoFilter spaces by keys (up to 250)max items 250
scope.spaces.keys[]stringNo
scope.spaces.labelsarrayNoFilter spaces by labels (comma-separated in API request)max items 250
scope.spaces.labels[]stringNo
scope.spaces.statusenumNoFilter spaces by status Allowed: current, archived
Last updated on