> For the complete documentation index, see [llms.txt](https://aizen-corp.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aizen-corp.gitbook.io/docs/model-building-commands/dataset-commands/status-dataset.md).

# status dataset

The `status dataset` command displays the status of a training dataset job. The status of the dataset must be COMPLETED before the dataset can be used for training.

## Syntax

```
status dataset <dataset name>[,detail]
```

## Parameters

| Parameter        | Description                                                                                                                                                                                                                                       |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `<dataset name>` | The name of the dataset                                                                                                                                                                                                                           |
| `detail`         | Optional parameter that shows a detailed status output of the dataset job. The dataset job will start the data-sink jobs and the feature-view jobs, and once the features are ready to be served, it will proceed with materializing the dataset. |

## Output Fields

| Output Field | Description                                                                                                                                                                                                                                                                  |
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `status`     | <p>The status of the task, which is one of the following:<br>- STARTED: The task has just started.<br>- RUNNING: The task is running normally.<br>- STOPPED: The task was stopped by the user.<br>- COMPLETED: The task ran to completion.<br>- FAILED: The task failed.</p> |

## Example

```
status dataset trip_dataset_2
```
