---
title: "Get asynchronous content body conversion task result in bulk"
method: GET
path: "/wiki/rest/api/contentbody/convert/async/bulk/tasks"
tags: ["Content body"]
---

# Get asynchronous content body conversion task result in bulk

`GET /wiki/rest/api/contentbody/convert/async/bulk/tasks`

Returns the content body for the corresponding `asyncId` of a completed conversion task. If
the task is not completed, the task status is returned instead.

Once a conversion task is completed, the result can be obtained for up to 5 minutes, or
until an identical conversion request is made again with the `allowCache` parameter set to
false.

Note that there is a maximum limit of 50 task results per request to this endpoint.

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
Permission to access the Confluence site ('Can use' global permission).

## Query parameters

- `ids` string[], required

## Response `200`

Returned if asynchronous conversion tasks are successfully found.

- AsyncContentBody[]
  - `value` string
  - `representation` 'view' | 'export_view' | 'styled_view' | 'storage' | 'editor' | 'editor2' | 'anonymous_export_view' | 'wiki' | 'atlas_doc_format'
  - `renderTaskId` string
  - `error` string
  - `status` 'WORKING' | 'QUEUED' | 'FAILED' | 'COMPLETED' | 'RERUNNING' — Rerunning is reserved for when the job is working, but there is a previous run's value in the cache. You may choose to continue polling, or use the cached value.
  - `embeddedContent` EmbeddedContent[]
    - `entityId` integer
    - `entityType` string
    - `entity` Embeddable
  - `webresource` WebResourceDependencies
    - `_expandable` object
      - `uris` union
        - string
        - object
    - `keys` string[]
    - `contexts` string[]
    - `uris` object
      - `all` union
        - string[]
        - string
      - `css` union
        - string[]
        - string
      - `js` union
        - string[]
        - string
      - `_expandable` object
        - `css` union
          - string[]
          - string
        - `js` union
          - string[]
          - string
    - `tags` object
      - `all` string
      - `css` string
      - `data` string
      - `js` string
      - `_expandable` object
    - `superbatch` SuperBatchWebResources
      - `uris` object
        - `all` union
          - string[]
          - string
        - `css` union
          - string[]
          - string
        - `js` union
          - string[]
          - string
      - `tags` object
        - `all` string
        - `css` string
        - `data` string
        - `js` string
      - `metatags` string
      - `_expandable` object
  - `mediaToken` object
    - `collectionIds` string[]
    - `contentId` string
    - `expiryDateTime` string
    - `fileIds` string[]
    - `token` string
  - `_expandable` object
    - `content` string
    - `embeddedContent` string
    - `webresource` string
    - `mediaToken` string
  - `_links` GenericLinks

## Other responses

- `400` — Returned if there are more than 50 results requested.

---

[API](https://skmtc.dev/atlassian/apis/the-confluence-cloud-rest-api.md) · [All operations](https://skmtc.dev/atlassian/apis/the-confluence-cloud-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atlassian/the-confluence-cloud-rest-api/revisions/70088490f406/schema)
