返回 Print / Export
将 Knoon AI 与 Print / Export (JotterPad) 连接以自动化 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. |