Notion File Uploads に戻る
Notion File Uploads (Notion) と Knoon AI を接続して 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. |