# Monitoring Endpoints to allow you to enable/disable monitoring or update monitoring settings for monitorable data. ## Initiate monitoring for a provider or facility - [POST /monitors](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/monitoring/createmonitor.md): Initiate monitoring for a dataset or license for a provider or facility. Please note that not all dataset types support monitoring. Please refer to dataset endpoint to get the capabilities of a dataset. ## Lists all the monitored items - [GET /monitors](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/monitoring/listmonitors.md): Lists all the monitors and monitoring settings for monitors that are enabled. ## Initiates monitoring for the specified Sanctions and Exclusions datasets for the specified providers - [POST /monitors/bulk/sanctions-and-exclusions](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/monitoring/bulkcreatesanctionsandexclusionsmonitors.md): Initiate monitoring for the specified Sanctions and Exclusions datasets, for the specified list of providers. Immediate verification is not supported with this endpoint. If a next monitoring date is omitted or specified with a past date or within the closest 10 minutes, the monitor will execute within the next hour. Only Sanctions and Exclusions datasets are supported by this endpoint. Up to 100 provider IDs may be specified in one bulk. ## Returns a specified monitored item - [GET /monitors/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/monitoring/getmonitor.md): Returns all the info for a specified monitored item. ## Patch an existing monitored item - [PATCH /monitors/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/monitoring/patchmonitor.md): Change existing monitoring for a specified item. Use this endpoint to update the monitoring frequency and next monitoring date. ## Stop monitoring an item - [DELETE /monitors/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/monitoring/deletemonitor.md): Stops existing monitoring for a specified dataset or license for a provider.