Skip to Content
DocumentationWorkflowNodesGet Truco File

Get Truco File Node

Retrieves files from Truco’s file storage system.

Input Fields

Task Name: Descriptive name for this file retrieval task.

File ID: The unique identifier of the file to retrieve. Can use workflow variable: ${workflow.variables.fileId}.

File Path: Alternative to File ID - specify the file path in storage.

Include Content: Whether to include the actual file content in the response (true) or just metadata (false).

Encoding: How to encode file content - base64 (for binary files), utf-8 (for text files), or auto-detect.

Output

  • File metadata (name, size, type, upload date)
  • File content (if requested)
  • Download URL (temporary, expires after 1 hour)
  • File permissions and owner information

Tips:

  • Verify file permissions before accessing
  • Handle missing file scenarios gracefully
  • Consider file size when including content
  • Use metadata-only mode for large files when you just need info
Need help? Have feedback?