| field | type | description | properties |
| monitoring_id | string(uuid) | ID of the Monitoring | |
| latest_pull_id | string(uuid) | The latest Pull ID for the Monitored account | |
| status | string | Status of the Monitoring | enum: ACTIVE, STOPPED |
| next_pull_date | string(date-time) | null | When the Monitoring is active, this will be the next date-time the data will be refreshed | pattern: ^\d4-\d2-\d2T\d2:\d2:\d2.\d3Z$ |
| interval | string(ISO-8601-duration) | How often the information should be refreshed. Must be >= 30 days. We accept ISO-8601 duration interval value and support days, months, and/or years. | pattern: ^(-?)P(?=\d|T\d)(?:(\d+)Y)?(?:(\d+)M)?(?:(\d+)([DW]))?(?:T(?:(\d+)H)?(?:(\d+)M)?(?:(\d+(?:.\d+)?)S)?)?$ |
| stop_after_date | string(date-time) | null | Optional. Date after which monitoring should stop | pattern: ^\d4-\d2-\d2T\d2:\d2:\d2.\d3Z$ |