Browse docs
On this page

Monitors

Monitors are the core of APIAssert. Each monitor executes requests on a schedule and evaluates assertions against the response.

What a Monitor Includes

  • Endpoint URL and HTTP method
  • Frequency and timeout
  • Optional headers/body configuration
  • Region selection
  • Assertion rules

Status Model

A check is considered up only when:

  1. The request completes successfully, and
  2. All assertions pass

Otherwise, the check is considered down.

Related Pages