---
title: "Find open response activity attempts"
method: GET
path: "/offerings/{offeringId}/analytics/activities/responses"
tags: ["Assessment data"]
---

# Find open response activity attempts

`GET /offerings/{offeringId}/analytics/activities/responses`

Responds with all learner activity attempts for open response activities in an offering matching the offeringId.

## Path parameters

- `offeringId` string, required

## Response `200`

Offering activity attempt open responses

- ActivityAttemptOpenResponse[]
  - `offeringId` string
  - `learnerEmail` string
  - `responseText` string
  - `activityId` string
  - `activityType` string
  - `uploadedFiles` ActivityAttemptOpenResponseFiles
    - `filename` string
    - `mimetype` string
    - `url` string
    - `size` string
  - `feedback` ActivityAttemptOpenResponseFeedback
    - `facilitatorEmail` string
    - `text` string

## 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)
