Zurück zu Print / Export
Verbinde Knoon AI mit Print / Export (JotterPad), um KI-Workflows zu automatisieren.
Retrieve a single JotterPad export by its exportId, including its status and downloadUrl (if ready).
jotterpadExportGetExport
Beta
Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| exportId | mustache | The JotterPad exportId to retrieve (e.g. "AbCdEf123"). | Ja |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| status | string | DONE. |
| downloadUrl | string | Download URL if ready. |
| inType | string | Input type used. |
| outType | string | Output type produced. |
| exportStatus | string | Export status (pending/ok/error). |
| statusMsg | string | Optional status message. |
| updatedAt | string | ISO timestamp of last update. |
| sensitive.exportId | string | Export ID. |
| sensitive.name | string | Filename without extension. |