File Retriever¶
The File Retriever worker retrieves a single file or a list of files stored in the Everysk platform.

Parameters¶
The File Retriever worker must receive specific parameters in order to execute properly.

File¶
Set the file to be retrieved using Fixed File, Get Latest, Get List or Upstream Data variants.
Workspace¶
Set the research workspace of the file using Fixed Workspace variant.
Result¶
Once the worker finishes its executions successfully, it will return a result object containing the retrieved file(s) to the workflow, which can be used by downstream workers. Below you can see an example of the File Retriever's result object hierarchy. You can check the Output Types article to learn more about result objects types.
- File (file)
- ID (string)
- Name (string)
- Tags (list of strings)
- Content-Type (string)