---
title: "List developments"
method: GET
path: "/monitoring/v2/developments"
tags: ["monitoring/v2"]
---

# List developments

`GET /monitoring/v2/developments`

Paginated list of developments with rich filtering. Asset tokens (`assetIds`) may be UUIDs or slugs; unresolved tokens are silently dropped and if none of the supplied tokens resolve, the response is an empty page. Other multi-value filters (`intelCategories`, `intelSubcategories`, `assetSectors`, `assetSubsectors`, `assetEcosystemNetworkIds`) accept comma-separated tokens and apply the same silent-drop semantic — typos return an empty result rather than an error. Use `eventIds` if you need a token to be validated; it returns 400 with the offending token quoted. Results are ordered most recent first. Every development includes a nested `event` reference linking to its parent event.

## Query parameters

- `limit` integer
- `page` integer
- `assetIds` string
- `eventIds` string
- `intelCategories` string
- `intelSubcategories` string
- `minimumImportance` 'not-important' | 'low' | 'medium' | 'high'
- `verified` boolean
- `actionable` boolean
- `governance` boolean
- `assetSectors` string
- `assetSubsectors` string
- `assetPreTge` boolean
- `assetEcosystemNetworkIds` string
- `start` string
- `end` string
- `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)
