---
title: "List member activities"
method: GET
path: "/analytics/member-activities"
tags: ["analytics"]
---

# List member activities

`GET /analytics/member-activities`

Lists member activity data with optional date filtering and pagination.
Returns a list of member activity records.

## Query parameters

- `dateFrom` string, date
- `dateTo` string, date
- `pageCursor` string

## Response `200`

A paginated list of member activities

- MemberActivityList
  - `data` MemberActivityPayload[], required
    - `date` string, date, required — Date and time in ISO 8601 format without time.
    - `domain` string, required — Domain identifier for the space
    - `memberId` string, uuid, required — A universally unique identifier (UUID).
    - `role` string, required — Role of the member who performed the activity
    - `activeFlag` boolean, required — Boolean value or flag. In the UI, it is usually represented as a single checkbox.
    - `boardCreatedCount` integer — Number of boards created by the member on this date
    - `boardOpenedCount` integer — Number of boards opened by the member on this date
    - `componentCreatedCount` integer — Number of components created by the member on this date
    - `featureCreatedCount` integer — Number of features created by the member on this date
    - `insightCreatedCount` integer — Number of insights created by the member on this date
    - `noteCreatedCount` integer — Number of notes created by the member on this date
    - `productCreatedCount` integer — Number of products created by the member on this date
    - `subfeatureCreatedCount` integer — Number of subfeatures created by the member on this date
    - `noteStateChangedCount` integer — Number of note state changes by the member on this date
    - `gridBoardCreatedCount` integer — Number of grid/prioritization boards created by the member on this date
    - `timelineBoardCreatedCount` integer — Number of timeline roadmap boards created by the member on this date
    - `insightsBoardCreatedCount` integer — Number of insights boards created by the member on this date
    - `documentBoardCreatedCount` integer — Number of document boards created by the member on this date
    - `columnBoardCreatedCount` integer — Number of column roadmap boards created by the member on this date
    - `gridBoardOpenedCount` integer — Number of grid/prioritization boards opened by the member on this date
    - `timelineBoardOpenedCount` integer — Number of timeline boards opened by the member on this date
    - `insightsBoardOpenedCount` integer — Number of insights/inbox/analytics boards opened by the member on this date
    - `documentBoardOpenedCount` integer — Number of document boards opened by the member on this date
    - `columnBoardOpenedCount` integer — Number of column boards opened by the member on this date
  - `links` ListLinks, required
    - `next` string, nullable, required

## Other responses

- `400` — Bad Request - Invalid input format or malformed request
- `401` — Unauthorized - Missing or invalid authentication credentials
- `403` — Forbidden - Insufficient permissions
- `408` — Request Timeout - The server did not receive a complete request within the allowed time
- `429` — Too Many Requests - API rate limit exceeded, reduce request frequency and retry after the indicated time
- `500` — Internal Server Error - An unexpected error occurred on the server, please retry or contact support

---

[API](https://skmtc.dev/productboard/apis/notes.md) · [All operations](https://skmtc.dev/productboard/apis/notes/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/productboard/notes/revisions/b4004749b60f/schema)
