Storage List
storage_listList active Storage objects in the caller's org, newest first.
Each row is metadata plus download_url (bearer GET /v1/drive/{id}/content).
Published objects also include a fresh signed_url (presigned bucket GET,
primary for agents) plus signed_url_expires_in /
signed_url_expires_at, and durable share_url / public_url
(/d/{share_token}, console/human fallback).
/d/{token} is Storage's public raw-bytes route.
Pass work_id or project_id to list attachments (project_id
wins if both are set; folder filters are ignored on those joins).
Pass parent_id / folder_id to list one folder (root = org
root). Omit both to list every active object. Folders sort first.
Archived objects stay joined but are omitted.
Does not list shared-file documents — use file_list for those.
drive_list is a deprecated alias of this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Optional case-insensitive title substring | |
| work_id | No | Only Storage objects attached to this work item UUID | |
| folder_id | No | Alias of parent_id | |
| parent_id | No | Folder UUID to list, or 'root' / empty for the org root. Omit to list everything. | |
| project_id | No | Only Storage objects attached to this project UUID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||