---
title: "Get download URL for trained model"
method: GET
path: "/felix/training-jobs/{job_id}/download"
tags: ["felix"]
---

# Get download URL for trained model

`GET /felix/training-jobs/{job_id}/download`

Generate a presigned S3 URL to download a trained model.

## Path parameters

- `job_id` string, required

## Response `200`

Successful Response

- ModelDownloadResponse — Response with presigned URL for model download
  - `success` boolean, required
  - `job_id` string, required
  - `download_url` string, required
  - `expires_in_seconds` integer
  - `file_name` string, required
  - `message` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pioneer/apis/brain-api.md) · [All operations](https://skmtc.net/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pioneer/brain-api/revisions/b92f75fd3b61/schema)
