Tilbage til Print / Export
Forbind Knoon AI med Print / Export (JotterPad) for at automatisere AI-arbejdsgange.
Retrieve a single JotterPad export by its exportId, including its status and downloadUrl (if ready).
jotterpadExportGetExport
BETA
Tilladelser
Der er ingen elementer at vise.
Valgfrie tilladelser
Der er ingen elementer at vise.
Parametre
| Navn | Type | Beskrivelse | Obligatorisk |
|---|---|---|---|
| exportId | mustache | The JotterPad exportId to retrieve (e.g. "AbCdEf123"). | Ja |
Retur
| Navn | Type | Beskrivelse |
|---|---|---|
| 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. |