storage
Browse a Storage import preview as a tree
Lists one lazily-loaded level of a previously created Storage import preview's unified file tree; each file is tagged valid/invalid/review. Pass path (relative to the business root, empty for the root) to list a folder's children, and page_token from a previous response to continue a large level. Folders may recur across pages and must be de-duplicated by path.
get/storage/import-preview/{preview_id}
Path parameters
preview_idstring required
Preview ID
Query parameters
pathstring
Folder path relative to the business root (empty = root)
page_tokenstring
Opaque token to fetch the next page of a large level
limitinteger
Page size (default 50, max 200)
Response
OK
Changes
Changed in 1 of the 7 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○