Artifacts (Downloading Generated Data Files)¶
The Artifacts view allows you to download the generated data files from task executions. This view is accessed from the Tasks section by clicking on the artifact icon for the respective task in the task execution list.

Accessing Artifacts¶
To access the artifacts for a specific task execution, follow these steps:
- Navigate to the Tasks section from the Project Navigation Bar.
- In the task execution list, locate the task for which you want to view artifacts.
- Click on the artifact icon in the corresponding row.
Downloading Artifacts¶
Once you have accessed the Artifacts view, you can download the generated data files. The table provides the following information for each artifact:
- #: The identifier number of the artifact.
- Name: The name of the generated data file.
- Size: The size of the file.
- Type: The format of the data file (e.g., CSV, JSON, XML).
- Download: A link to download the file.
To download a file, simply click on the download icon in the Download column for the respective artifact.
Downloading Artifacts via API¶
All artifacts can also be downloaded programmatically via the API. For more details on how to use the API for downloading artifacts, refer to the API Documentation.