---
title: "Get pulses"
method: GET
path: "/api/v2/pulses"
tags: ["Pulses"]
---

# Get pulses

`GET /api/v2/pulses`

List all pulses.

## Query parameters

- `filter` union — Filter schema for `pulse` list endpoints — pass a single condition or a logical group.
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.
  - FilterPulse — Filter parameters for Pulse entries (team activity feed items).
    - `creator_id` union — Filter by the person who created the Pulse entry.
      - object — Filter using explicit operator syntax.
        - `eq` CreatorId — unresolved $ref
        - `contains` CreatorId — unresolved $ref
        - `not_eq` CreatorId — unresolved $ref
        - `not_contain` CreatorId — unresolved $ref
      - CreatorId — unresolved $ref
    - `filter_id` union — Filter by the associated saved filter used to generate the Pulse.
      - object — Filter using explicit operator syntax.
        - `eq` FilterId — unresolved $ref
        - `not_eq` FilterId — unresolved $ref
        - `contains` FilterId — unresolved $ref
        - `not_contain` FilterId — unresolved $ref
      - FilterId — unresolved $ref
    - `id` union — Filter by ID.
      - object — Filter using explicit operator syntax.
        - `eq` Id — unresolved $ref
        - `not_eq` Id — unresolved $ref
        - `contains` Id — unresolved $ref
        - `not_contain` Id — unresolved $ref
      - Id — unresolved $ref
    - `subscriber_id` union — Filter by the person subscribed to the Pulse.
      - object — Filter using explicit operator syntax.
        - `not_contain` SubscriberId — unresolved $ref
        - `not_eq` SubscriberId — unresolved $ref
        - `contains` SubscriberId — unresolved $ref
        - `eq` SubscriberId — unresolved $ref
      - SubscriberId — unresolved $ref
- `sort` string[]

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection pulse

---

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