> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# training fetch

> Download output files from a completed training job

Fetches artifacts from a Training Job. The artifacts are stored in the `/output` directory of the Training Runtime environment and can be accessed even after the Training Job has completed.

## Usage

```bash theme={null}
flexai training fetch <training_or_fine_tuning_job_name> [flags]
```

## Arguments

| Argument                           | Type   | Required | Description                                                          |
| ---------------------------------- | ------ | -------- | -------------------------------------------------------------------- |
| `training_or_fine_tuning_job_name` | string | Yes      | The name of the Training or Fine-tuning Job to fetch artifacts from. |

## Flags

| Flag            | Short | Type    | Default | Description                                            |
| --------------- | ----- | ------- | ------- | ------------------------------------------------------ |
| `--destination` | `-d`  | string  | `./`    | Destination directory to store fetched artifacts.      |
| `--help`        | `-h`  | boolean |         | Displays this help page.                               |
| `--verbose`     | `-v`  | boolean |         | Provides more detailed output when fetching artifacts. |
