# Run Schema Monitoring and Column Detection Jobs

## Manually Run Schema Monitoring Jobs

### Manually Run Schema Monitoring Job for All Data Sources

**Requirement:** Immuta permission `USER_ADMIN`

You can manually run a schema monitoring job globally using the [<mark style="color:blue;">`/dataSource/detectRemoteChanges`</mark> <mark style="color:blue;">endpoint of the Immuta API</mark>](https://documentation.immuta.com/latest/developer-guides/api-intro/immuta-v1-api/data-sources#trigger-schema-monitoring-jobs) with an empty payload.

### Manually Run Schema Monitoring Job as a Data Owner

You can manually run a schema monitoring job for all data sources that you own using the [<mark style="color:blue;">`/dataSource/detectRemoteChanges`</mark> <mark style="color:blue;">endpoint of the Immuta API</mark>](https://documentation.immuta.com/latest/developer-guides/api-intro/immuta-v1-api/data-sources#trigger-schema-monitoring-jobs) with a payload containing the hostname for your data sources or their individual IDs.

### Manually Run Schema Monitoring Job as a Data User

You can manually run a schema monitoring job for data sources you are subscribed to using the [<mark style="color:blue;">`/dataSource/detectRemoteChanges`</mark> <mark style="color:blue;">endpoint of the Immuta API</mark>](https://documentation.immuta.com/latest/developer-guides/api-intro/immuta-v1-api/data-sources#trigger-schema-monitoring-jobs) with a payload containing the hostname for your data source and the table name or data source ID.

## Manually Run a Column Detection Job

1. Navigate to the data source overview page.
2. Click on the **health check icon**.
3. Scroll to Column Detection, and click **Trigger Detection**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.immuta.com/latest/configuration/integrations/registering-metadata/data-sources/schema-monitoring/how-to-guides/run-schema-monitoring.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
