List Redmine project files
list_project_filesRetrieve a project's file list and metadata from Redmine, including safe download links and sanitized URLs, using the project ID or identifier.
Instructions
Read a project's files from GET /projects/:project_id/files.json for the configured Redmine API user. The required project_id is a positive numeric project ID or valid project identifier. This endpoint has no documented pagination, filter, include, or other query controls, so the request sends no query string and preserves Redmine's response order. Results allowlist the file metadata fields, preserve optional and null values, sanitize upstream content and thumbnail URLs against the configured Redmine origin and subpath, and add safe browser and download links for the attachment plus ordinary version and author pages. Redmine authorizes this ordinary non-admin read with the project's view_files permission and project visibility and may return HTTP 401, 403, or 404 without exposing the upstream response body. This tool never downloads files or changes Redmine data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Positive numeric project ID or valid Redmine project identifier |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | ||
| filters | Yes |