Get Monitor
Retrieves a monitor by ID, including last_run and total_count. Use include-diagram=true for a Mermaid DAG diagram and include_total_count=false to omit the snapshot count.
Authorizations
Bearer authentication header of the form Bearer , where is your auth token.
Path Parameters
^monitor_Query Parameters
Set to false or 0 to omit total_count.
true, false, 0, 1 When true, includes mermaid_diagram for the monitor DAG.
true, 1 Response
Monitor retrieved.
Unique monitor identifier (monitor_…).
"monitor"
Monitoring intent in natural language.
Resolved targets the monitor tracks after planning completes.
Optional URL/domain allow and deny lists applied during planning and execution.
Optional JSON Schema for structured extraction output.
Monitor lifecycle status.
provisioning, active, paused, failed, deleted Present when status is failed.
Latest snapshot summary. Included on GET /v1/monitors/{monitor_id}.
Unix timestamp (seconds).
Unix timestamp (seconds).
Total snapshot count. Included on GET /v1/monitors/{monitor_id} unless include_total_count=false.
Mermaid flowchart of the monitor DAG. Included when include-diagram=true on get.