返回 Notion File Uploads
将 Knoon AI 与 Notion File Uploads (Notion) 连接以自动化 AI 工作流。
Retrieve a Notion file upload by ID.
notionFileUploadRetrieve
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| fileUploadId | mustache | Notion file upload ID. | 是的 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| object | string | Object type. |
| id | string | File upload ID. |
| created_time | string | Creation timestamp in ISO 8601 format. |
| last_edited_time | string | Last edited timestamp in ISO 8601 format. |
| filename | string | Uploaded filename. |
| content_type | string | Uploaded content type. |
| url | string | Upload URL when available. |
| expiry_time | string | Expiry timestamp for temporary upload URLs. |
| status | string | Upload status. |