v1

latestOpenAPI 3.1.02026-08-0458114534.0 KB
Monitors Runs

Get Monitor Run

Gets a specific monitor run.

get/v0/monitors/{monitor}/runs/{id}

Path parameters

monitorstring required

The id of the Monitor to get the run for

idstring required

Response

Monitor run details

idstring required

The unique identifier for the Monitor Run

object'monitor_run' required

The type of object

status'created' | 'running' | 'completed' | 'canceled' | 'failed' required

The status of the Monitor Run

monitorIdstring required

The monitor that the run is associated with

type'search' | 'refresh' required

The type of the Monitor Run

completedAtstring date-time nullable required

When the run completed

failedAtstring date-time nullable required

When the run failed

failedReasonstring nullable required

The reason the run failed

canceledAtstring date-time nullable required

When the run was canceled

createdAtstring date-time required

When the run was created

updatedAtstring date-time required

When the run was last updated