---
title: "Developments across all accessible monitoring views"
method: GET
path: "/monitoring/v2/monitoring-views/all/developments"
tags: ["monitoring/v2/MonitoringViews"]
---

# Developments across all accessible monitoring views

`GET /monitoring/v2/monitoring-views/all/developments`

Deduplicated union of developments matching any view the caller can see (personal + team-shared). Response items use the canonical Development shape.

## Query parameters

- `limit` integer
- `page` integer
- `search` string

## Response `200`

Default response

- object
  - `error` string, nullable
  - `data` MonitoringDevelopment[], required
    - `id` string
    - `slug` string
    - `title` string
    - `summary` string
    - `industry` string
    - `verified` boolean
    - `intelCategories` string[]
    - `intelSubcategories` string[]
    - `importance` 'not-important' | 'low' | 'medium' | 'high'
    - `actionable` boolean
    - `governance` boolean
    - `documents` MonitoringDocument[]
      - `url` string
      - `title` string
    - `startedAt` string, date-time
    - `endedAt` string, date-time
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `event` MonitoringDevelopmentEvent — Lightweight reference to the parent event of a development.
      - `id` string
      - `slug` string
      - `title` string
      - `developmentCount` integer
    - `assets` MonitoringAsset[]
      - `id` string
      - `name` string
      - `slug` string
      - `symbol` string
      - `class` 'primary' | 'secondary'
  - `metadata` MonitoringPagination
    - `limit` integer, required
    - `page` integer, required
    - `totalRows` integer, required
    - `totalPages` integer, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/messari/apis/messari-api-deep-research-v1.md) · [All operations](https://skmtc.net/messari/apis/messari-api-deep-research-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/messari/messari-api-deep-research-v1/versions/af35b9757e14/schema)
