---
title: "Get Project Monitoring Requirements"
method: GET
path: "/projects/{id}/monitoring_requirements"
---

# Get Project Monitoring Requirements

`GET /projects/{id}/monitoring_requirements`

Lists all monitoring requirements for a project.

## Path parameters

- `id` string, required

## Query parameters

- `storage_location_id` string
- `storage_unit_id` string
- `last` integer — An integer number of items to retrieve before the item represented by the cursor passed in the before parameter. Defaults to 10 with a maximum value of 50.
- `before` string, nullable — An opaque cursor representing the first item in the previously requested page to select items ordered before it. Submit the previously requested page’s start_cursor here when paginated backwards.
- `first` integer — An integer number of items to retrieve after the item represented by the cursor passed in the after parameter. Defaults to 10 with a maximum value of 50.
- `after` string, nullable — An opaque cursor representing the last item in the previously requested page to select items ordered after it. Submit the previously requested page’s end_cursor here when paginated forwards.

## Headers

- `x-client-secret` string, required — A secret token identifying the client connecting to the API

## Response `200`

Successful Response

- PaginatedListResourceProjectMonitoringRequirement
  - `nodes` ProjectMonitoringRequirement[], required
    - `id` string, required
    - `project_id` string, required
    - `storage_location_id` string, nullable, required
    - `storage_unit_id` string, nullable, required
    - `display_name` string, required
    - `monitoring_phase` 'pre_op' | 'operation' | 'post_op' | 'feedstock', required
    - `frequency` 'na' | 'once' | 'optional' | 'if_needed' | 'every_1_days' | 'every_1_weeks' | 'every_1_months' | 'every_2_weeks' | 'every_3_months' | 'every_6_months' | 'every_1_years' | 'every_2_years' | 'every_5_years' | 'once_per_production_batch' | 'once_per_injection_batch' | 'continuous', required
    - `notes` string, nullable, required
  - `total_count` integer, required
  - `page_info` PageInfo, required
    - `has_previous_page` boolean, required
    - `start_cursor` string, nullable, required
    - `has_next_page` boolean, required
    - `end_cursor` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/isometric/apis/isometric-certify-data-ingestion-api.md) · [All operations](https://skmtc.net/isometric/apis/isometric-certify-data-ingestion-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/isometric/isometric-certify-data-ingestion-api/versions/9819e9c8ccf0/schema)
