GET
notion_file_uploads_retrieve.py
Requires
Read content.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get a file upload and its status. Only an upload whose status is uploaded can be attached to anything.
from charter.packs import notion
result = await notion.file_uploads_retrieve.ainvoke({"fileUploadId": ...})
Read content.| Field | Type | Description |
|---|---|---|
fileUploadId * | string | The ID of the file upload. |
Was this page helpful?