---
title: "Lists activities on sender"
method: GET
path: "/v1/projects/{projectId}/whatsapp/senders/{senderId}/activities"
tags: ["WhatsApp Senders"]
---

# Lists activities on sender

`GET /v1/projects/{projectId}/whatsapp/senders/{senderId}/activities`

Paginated list of activities for sender. Ordered from the most recent one to the oldest one.

## Path parameters

- `projectId` string, required
- `senderId` string, required

## Query parameters

- `pageToken` string
- `pageSize` number

## Response `200`

Recent activities on sender

- WhatsappSenderNotificationListDto
  - `totalSize` number, required — Total size of the entries matching the search query.
  - `pageSize` number, required — Requested size of the page.
  - `previousPageToken` string — Encoded token to use in list request to fetch previous batch of entries.
  - `nextPageToken` string — Encoded token to use in list request to fetch next batch of entries.
  - `notifications` WhatsappSenderNotificationDto[], required
    - `type` 'ACTIVE' | 'COMMENT_ADDED' | 'CREATED' | 'DRAFT' | 'EDITED' | 'ERROR' | 'IN_PROGRESS' | 'INACTIVE' | 'REGISTERED' | 'REJECTED' | 'VERIFIED', required
    - `created` string
    - `author` string
    - `comment` string

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — NotFound
- `500` — InternalServerError

---

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