v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Portfolio Monitoring

Get Monitoring Policies

Get all monitoring policies in the organization with pagination. Policies are sorted by created_at in ascending order.

get/monitoring_policies

Query parameters

limitinteger

Maximum number of records to return in a single page. Must be between 1 and 1000.

Maximum number of records to return in a single page. Must be between 1 and 1000.

offsetinteger nullable

Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.

Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.

cursorstring nullable

Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.

Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.

Response

Response

idstring uuid required

The unique identifier of the portfolio item update.

scope'portfolio' | 'group' | 'item' required

The scope of a portfolio monitoring policy.

item_idstring uuid nullable required

The unique identifier of the portfolio item, if any.

group_idstring uuid nullable required

The unique identifier of the portfolio group, if any.

enabledboolean required

Whether the monitoring policy is enabled.

cadence'daily' | 'weekly' | 'biweekly' | 'monthly' | 'quarterly' | 'biannually' | 'annually' required

The cadence of monitoring.

last_run_atstring date-time nullable

When the monitoring policy was last executed.

next_run_onstring date-time nullable

When the monitoring policy will be executed next.

attributesV1MonitorableAttributes[]

The attributes to monitor.

urlstring required
group_urlstring nullable required
item_urlstring nullable required

Example response

[
  {
    "id": "ede786f3-33ae-4894-843d-af2025f1d5b0"
  }
]