Result Files¶
During execution of your bot, it can upload or download any type of files to/from the BotCity Maestro portal.
As a general term, we refer to those files are artifacts
or result files
.
They can be accessed via the menu Result Files on the BotCity Maestro portal.
You can download the files directly from the web interface or using the Maestro SDK.
Over the next steps we will show you how to upload and download artifacts using the SDK API.
Uploading an Artifact¶
In this example we will upload a file artifact to BotCity Maestro.
Listing all Artifacts¶
Here is how we list all artifacts via the BotCity Maestro SDK:
Note
The list of artifacts is a list of Artifact objects.
Downloading an Artifact¶
In order to download an artifact you will need the artifact id
.
Here is how we download an artifact via the BotMaestro SDK: