---
title: "Lists activities on account"
method: GET
path: "/v1/projects/{projectId}/whatsapp/activities"
tags: ["WhatsApp Accounts"]
---

# Lists activities on account

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

Lists activities on account from the most recent one to the oldest one.

## Path parameters

- `projectId` string, required

## Query parameters

- `pageToken` string
- `pageSize` number

## Response `200`

Recent activities on account

- WhatsappAccountNotificationListDto
  - `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` WhatsappAccountNotificationDto[], required
    - `type` 'COMMENT_ADDED' | 'CREATED' | 'DRAFT' | 'EDITED' | 'IN_PROGRESS' | 'PENDING_FACEBOOK_VERIFICATION' | 'REJECTED', 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)
