Skip to main content
Question

Export API “TEMPORARY” ERROR

  • August 24, 2026
  • 2 replies
  • 82 views

Forum|alt.badge.img+1

I am trying to export various boards as PDFs using Miro's Export API (https://developers.miro.com/reference/board-export).
The API response for “Get results for board export job” returns the following error. What is causing this?

“errorMessage”: “Unable to export board due to an internal error”,
‘errorType’: “TEMPORARY”,
“exportLink”: “”,
‘status’: “ERROR”,
“type”: “board-export-task-result”

This issue has been occurring for the past two or three days. It was working normally before that.

2 replies

Hellen charless
Forum|alt.badge.img

This is most likely a temporary Miro-side issue, not a problem with your code.

The key indicators are:

errorType: "TEMPORARY"

status: "ERROR"

It worked normally until 2 to 3 days ago.

Multiple boards are affected.

Try exporting a small and simple board and test SVG and HTML instead of PDF. If those work but PDF consistently fails the issue is likely with Miro’s PDF export service.

I would also retry with a new export job using exponential backoff. If it continues, contact Miro Support with the job ID, task ID and timestamps.

 


Forum|alt.badge.img+1
  • Author
  • New Here
  • August 26, 2026

When I contacted Support,

they confirmed that they were able to reproduce the issue even on boards with only two or three widgets, so they will be investigating the matter.

 

Thank you for your response.