Download an artifact file from the underlying container.
2min
GET
AUTHENTICATION
Authorization
string
Bearer
QUERY PARAMETERS
session
string
*The id of the session to download an artifact from.
path
string
*The local path inside the container to the target file or folder requested
for download.
RESPONSES
200
A download of the artifact in .tar.gz format has been initiated.
401
You are not authorized to fetch an artifact. Please make sure that the
included bearer token is correct.
404
Could not find a session with the given session id. It is possible that either the
session has never existed at all or the container's lifespan on the machine has
expired.

Updated 03 Mar 2023
Did this page help you?
Yes
No