API
API endpoints
Download your artifacts
1min
Starts downloading an artifact. This could be a file or a folder inside the underlying container. So make sure the path is an absolute Unix path to a specific file or folder.
Note: You can only download the artifact after you've stopped the session. You'll then download it directly from the container itself. The artifact will be a .tar.gz archive containing your file or folder.
We'll remove the artifacts when we remove the container from the host machine. That means you could lose them if you don't grab them in time, container data is held on the machine for a duration of 4 hours before being cleared to retain space.
Please limit your download to 100mb.
GET
Request
Response
Path Params
session
required
String
The unique ID of the session you're downloading the artifact from.
path
required
String
The local path inside the container for the target file or folder that you want to download.
Updated 10 Sep 2024
Did this page help you?