Skip to content

Trigger an immediate check

POST
/api/v1/monitors/{id}/check

Schedules the monitor to be checked on the next scheduler tick (within 1 second). The check runs through the normal worker pipeline. Poll the results endpoint to see the outcome.

id
required
integer
Example
42

Unique monitor identifier.

Check queued.

object
status
string
Example
queued

Authentication credentials are missing or invalid.

Error response returned when a request fails.

object
error
required

A human-readable error message.

string
Example
monitor not found
Example
{
"error": "unauthorized"
}

The requested resource was not found.

Error response returned when a request fails.

object
error
required

A human-readable error message.

string
Example
monitor not found
Example
{
"error": "not found"
}