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

# Monitoring

> How to use the monitoring endpoints.

The monitoring endpoints allow you to trigger a manual monitoring job.

### Trigger a Monitoring Job

To trigger a monitoring job, you need to send a `POST` request to the `/back-office/monitoring` endpoint.

The request body should include the `jobType` to run.

<Card title="Trigger Monitoring Job" icon="wave-pulse" href="/api-reference/monitoring/trigger-monitoring-job">
  Learn more about triggering a monitoring job in the API reference.
</Card>
