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