Skip to main content
POST
JavaScript
1-10 Credits Per Run The response includes a run_id. Poll Retrieve a Monitor Run with that id to check the run’s status and result.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>, where <API_KEY> is your api key.

Path Parameters

monitor_id
string
required
Example:

"mon_123"

Response

Run queued

monitor_id
string
required
Example:

"mon_123"

run_id
string
required

The queued run. Poll GET /monitors/{monitor_id}/runs or use it to correlate results.

Example:

"run_123"

queued
boolean
required
Example:

true