---
title: "List Pulses"
method: GET
path: "/agent/v1/pulses"
tags: ["Pulses"]
---

# List Pulses

`GET /agent/v1/pulses`

Returns the authenticated user's active pulses as a lightweight collection optimized for consumption
by large language models (LLMs). Each entry includes a plain-text summary of the rendered content,
priority, category, typed identity references for associated companies and contacts, and an optional
`context` explanation.

Designed for AI / agent consumption. Dismissed, saved, and expired pulses are excluded.


## Ordering
Results are returned in stable descending order of `meta.createdAt`, then by `priority`
(`HIGH` first, then `MEDIUM`, then `LOW`), then by `id` ascending as a tiebreaker. The ordering
is consistent across pages so pagination is safe under concurrent inserts.

## Query parameters

- `page[size]` integer
- `page[number]` integer

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

[API](https://skmtc.net/zoominfo/apis/data-api-v1.md) · [All operations](https://skmtc.net/zoominfo/apis/data-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zoominfo/data-api-v1/revisions/d1ee1374b588/schema)
