Atlassian · Capability

Atlassian Confluence Audit API — Exports

Atlassian Confluence Audit API — Exports. 1 operations. Lead operation: Atlassian Export Audit Records. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianExports

What You Can Do

GET
Exportauditrecords — Atlassian Export Audit Records
/v1/wiki/rest/api/audit/export

MCP Tools

atlassian-export-audit-records

Atlassian Export Audit Records

read-only idempotent

Capability Spec

confluence-audit-exports.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian Confluence Audit API — Exports
  description: 'Atlassian Confluence Audit API — Exports. 1 operations. Lead operation: Atlassian Export Audit Records. Self-contained
    Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Exports
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: confluence-audit-exports
    baseUri: ''
    description: Atlassian Confluence Audit API — Exports business capability. Self-contained, no shared references.
    resources:
    - name: wiki-rest-api-audit-export
      path: /wiki/rest/api/audit/export
      operations:
      - name: exportauditrecords
        method: GET
        description: Atlassian Export Audit Records
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: startDate
          in: query
          type: string
          description: Filters the exported results to the records on or after the `startDate`.
        - name: endDate
          in: query
          type: string
          description: Filters the exported results to the records on or before the `endDate`.
        - name: searchString
          in: query
          type: string
          description: Filters the exported results to records that have string property values
        - name: format
          in: query
          type: string
          description: The format of the export file for the audit records.
    authentication:
      type: bearer
      token: '{{env.ATLASSIAN_API_KEY}}'
  exposes:
  - type: rest
    namespace: confluence-audit-exports-rest
    port: 8080
    description: REST adapter for Atlassian Confluence Audit API — Exports. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/wiki/rest/api/audit/export
      name: wiki-rest-api-audit-export
      description: REST surface for wiki-rest-api-audit-export.
      operations:
      - method: GET
        name: exportauditrecords
        description: Atlassian Export Audit Records
        call: confluence-audit-exports.exportauditrecords
        with:
          startDate: rest.startDate
          endDate: rest.endDate
          searchString: rest.searchString
          format: rest.format
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: confluence-audit-exports-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian Confluence Audit API — Exports. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: atlassian-export-audit-records
      description: Atlassian Export Audit Records
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: confluence-audit-exports.exportauditrecords
      with:
        startDate: tools.startDate
        endDate: tools.endDate
        searchString: tools.searchString
        format: tools.format
      outputParameters:
      - type: object
        mapping: $.