Skip to main content
GET
GET /v1/training-jobs/{job_id}/download Returns a presigned URL for the trained artifact. Fetch the returned URL separately to download the file.

Request

string
required
Your Fastino API key.
string
required
Training-job UUID.

Response

boolean
Whether the URL was generated.
string
Training-job UUID.
string
Temporary presigned artifact URL.
integer
URL lifetime. The default is 3600 seconds.
string
Suggested download file name.
The presigned URL is a temporary bearer credential. Do not log, commit, persist, or share it. Download the artifact promptly and store it according to your data-handling policy.
To request the URL and download the artifact in one workflow:
This example requires jq. An unknown job or a job without a downloadable artifact returns a request-specific 4xx error.