# Get peel off monitor Get a peel off monitor identified by the provided ID. Endpoint: GET /peel-off-monitors/{peelOffMonitorId} Version: 0.0.1 Security: o_auth ## Path parameters: - `peelOffMonitorId` (string, required) The ID of the peel off monitor. ## Response 200 fields (application/json): - `deletedAt` (string,null) - `id` (string,null) - `name` (string) - `reportingEndDate` (string,null) - `reportingStartDate` (string,null) - `siteId` (string, required) - `state` (string) Enum: "active", "deleted" ## Response 401 fields (application/json): - `code` (integer) - `message` (string) ## Response 403 fields (application/json): - `code` (integer) - `message` (string) ## Response 404 fields (application/json): - `code` (integer) - `message` (string) ## Response 422 fields (application/json): - `code` (integer) - `message` (string) ## Response 500 fields