Print / Export に戻る
Print / Export (JotterPad) と Knoon AI を接続して AI ワークフローを自動化します。
Retrieve a single JotterPad export by its exportId, including its status and downloadUrl (if ready).
jotterpadExportGetExport
ベータ
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| exportId | mustache | The JotterPad exportId to retrieve (e.g. "AbCdEf123"). | はい |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| 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. |