---
title: "Find pulses by offeringId and pulseId"
method: GET
path: "/offerings/{offeringId}/analytics/pulses/{pulseId}/responses"
tags: ["Pulses"]
---

# Find pulses by offeringId and pulseId

`GET /offerings/{offeringId}/analytics/pulses/{pulseId}/responses`

Responds with pulse's responses, matching the pulseId, in an offering matching the offeringId.

## Path parameters

- `offeringId` string, required
- `pulseId` string, required

## Response `200`

Pulse data matching pulseId

- PulseResponse[]
  - `pulseBaseId` string
  - `pulseInstanceId` string
  - `pulseRunStart` string, date-time
  - `pulseRunDurationMinutes` integer
  - `pulseType` string
  - `pulseQuestion` string
  - `learnerId` string
  - `learnerFirstName` string
  - `learnerLastName` string
  - `response` PulseAnswer
    - `textAnswer` string
    - `spatialAnswer` PulseSpatialOption[]
      - `option` string
      - `value` number, float
    - `multiChoiceAnswer` PulseMCQOption[]
      - `option` string
      - `value` boolean
  - `responseTime` string, date-time

## Other responses

- `401` — No authorization token was found.
- `403` — You are not allowed to access this resource.
- `404` — Not Found

---

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