返回 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. |