---
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

## Changes

- **2026-09-24** `1cffaad2a921` — 1 warning, 1 info
  - removed the optional property `detail` from the response with the `422` status
  - added the required property `error` to the response with the `422` status

[Change history](https://skmtc.dev/pioneer/apis/brain-api/changes/felix/training-jobs/:job_id/download/get.md)

---

[API](https://skmtc.dev/pioneer/apis/brain-api.md) · [All operations](https://skmtc.dev/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc.dev/pioneer/apis/brain-api/revisions/1cffaad2a921?raw)
