---
title: "Retrieves conversion results"
method: GET
path: "/conversion/{id}"
tags: ["Conversion"]
---

# Retrieves conversion results

`GET /conversion/{id}`

Retrieves a Conversion resource.

## Path parameters

- `id` integer, required

## Query parameters

- `format` 'data' | 'pages' | 'source', required

## Response `200`

Conversion resource

- Conversion
  - `id` integer — identifier
  - `type` string — type of conversion e.g. 'financial-statement'
  - `url` string — url or subtype of conversion, e.g. 'other-accounting'
  - `status` string — conversion processing status
  - `file` string — name of file

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
