Atlassian · Capability

Atlassian Confluence Content Body API — Status

Atlassian Confluence Content Body API — Status. 1 operations. Lead operation: Atlassian Get Asynchronously Converted Content Body From the Id or the Current Status of the Task. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianStatus

What You Can Do

GET
Getasynchronouslyconvertedcontentbodyfromtheidorthecurrentstatusofthetask — Atlassian Get Asynchronously Converted Content Body From the Id or the Current Status of the Task
/v1/wiki/rest/api/contentbody/convert/async/{id}

MCP Tools

atlassian-get-asynchronously-converted-content

Atlassian Get Asynchronously Converted Content Body From the Id or the Current Status of the Task

read-only idempotent

Capability Spec

confluence-content-body-status.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian Confluence Content Body API — Status
  description: 'Atlassian Confluence Content Body API — Status. 1 operations. Lead operation: Atlassian Get Asynchronously
    Converted Content Body From the Id or the Current Status of the Task. Self-contained Naftiko capability covering one Atlassian
    business surface.'
  tags:
  - Atlassian
  - Status
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: confluence-content-body-status
    baseUri: ''
    description: Atlassian Confluence Content Body API — Status business capability. Self-contained, no shared references.
    resources:
    - name: wiki-rest-api-contentbody-convert-async-id
      path: /wiki/rest/api/contentbody/convert/async/{id}
      operations:
      - name: getasynchronouslyconvertedcontentbodyfromtheidorthecurrentstatusofthetask
        method: GET
        description: Atlassian Get Asynchronously Converted Content Body From the Id or the Current Status of the Task
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The asyncId of the macro task to get the converted body.
          required: true
  exposes:
  - type: rest
    namespace: confluence-content-body-status-rest
    port: 8080
    description: REST adapter for Atlassian Confluence Content Body API — Status. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/wiki/rest/api/contentbody/convert/async/{id}
      name: wiki-rest-api-contentbody-convert-async-id
      description: REST surface for wiki-rest-api-contentbody-convert-async-id.
      operations:
      - method: GET
        name: getasynchronouslyconvertedcontentbodyfromtheidorthecurrentstatusofthetask
        description: Atlassian Get Asynchronously Converted Content Body From the Id or the Current Status of the Task
        call: confluence-content-body-status.getasynchronouslyconvertedcontentbodyfromtheidorthecurrentstatusofthetask
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: confluence-content-body-status-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian Confluence Content Body API — Status. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: atlassian-get-asynchronously-converted-content
      description: Atlassian Get Asynchronously Converted Content Body From the Id or the Current Status of the Task
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: confluence-content-body-status.getasynchronouslyconvertedcontentbodyfromtheidorthecurrentstatusofthetask
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.