pm_download_project_file
Download a project file by its project and file IDs. Returns base64-encoded content, content type, and file size.
Instructions
GET /projects/{project_id}/files/{file_id}/download — returns JSON with content_base64, content_type, size_bytes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | ||
| x_user_id | No | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |