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

# View a job

> View a job to monitor executions started by NexusOne's Ask, Engineer, or Ingest features.

After creating a job using the Ask, Engineer, or Ingest feature, you can view it.

## Prerequisite

Appropriate permission: `airflow_user` and `nx1_monitor`

## View a job

<Tabs>
  <Tab title="Web portal" icon="browser">
    Perform these steps to view a job.

    1. Log in to NexusOne.
    2. On the NexusOne homepage, click **Monitor**.
    3. In the Active Jobs table, click a job to see its DAG on Apache Airflow.
  </Tab>

  <Tab title="CLI" icon="square-terminal">
    Use the following `nx1` command to:

    * [View all jobs](/cli-reference/nx1/jobs#list).
    * [View a job](/cli-reference/nx1/jobs#get).
  </Tab>

  <Tab title="REST API" icon="code">
    Use the following API endpoints to:

    * [View all jobs](/api-reference/endpoints/jobs/get-jobs).
    * [View a job](/api-reference/endpoints/jobs/get-job).
  </Tab>
</Tabs>

## Additional resources

* For more information about data ingestion, refer to [Ingest Overview](/documentation/data-pipeline/overview/ingest).
* For more information about data insights, refer to [Ask Overview](/documentation/ai/overview/ask).
* For more information about data transformation, refer to [Engineer Overview](/documentation/data-pipeline/overview/engineer).
* For more information about roles or permissions, refer to [Govern Overview](/documentation/govern/overview).
