---
title: "Get PDF conversion status"
method: GET
path: "/api/conversion/pdf/{task_id}"
tags: ["Conversion"]
---

# Get PDF conversion status

`GET /api/conversion/pdf/{task_id}`

Get the status of a PDF conversion task

## Path parameters

- `task_id` string, required

## Response `200`

Successful Response

- DocumentCreateFromPdfTask
  - `task_id` string, required — The ID of the task that will process the PDF
  - `status` 'pending' | 'completed' | 'failed'

## Other responses

- `401` — Unauthorized: API key is missing, invalid, or inactive
- `404` — Not Found: Task not found or expired
- `422` — Validation Error
- `500` — Internal Server Error: Unexpected server error

---

[API](https://skmtc.net/e-invoice-be/apis/e-invoice-be-peppol-access-point-api.md) · [All operations](https://skmtc.net/e-invoice-be/apis/e-invoice-be-peppol-access-point-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/e-invoice-be/e-invoice-be-peppol-access-point-api/revisions/a5b8396effe8/schema)
