File List
file_listList active shared files in the caller's org, newest update first.
Each file includes public_url (the /s/{slug} link, or /s/{share_token}
if no slug) when published, plus slug and share_token. Use query to
find a file by title without listing everything — e.g. file_list(query="yield vault").
Pass work_id to list files on a task (agent log + artifacts), or
project_id to list files on a project (artifacts only). project_id
wins if both filters are set. Archived files stay joined but are omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Optional case-insensitive title substring to filter by, e.g. 'yield vault' | |
| work_id | No | Only files attached to this work item UUID | |
| project_id | No | Only files attached to this project UUID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||