---
title: "Update PDF generation status"
method: POST
path: "/dashboard/pdf/export-async/status"
tags: ["Dashboard"]
---

# Update PDF generation status

`POST /dashboard/pdf/export-async/status`

Updates the status (and optional file URL) of a previously triggered PDF generation job. Typically called by the PDF rendering service as a callback once generation finishes or fails.

## Request body

- object
  - `id` unknown, required
  - `status` 'PENDING' | 'COMPLETED' | 'FAILED', required
  - `fileUrl` unknown

## Response `200`

Status updated

---

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