---
title: "List the current messages for this person"
method: GET
path: "/api/persons/{personId}/messages/received"
tags: ["person-controller"]
---

# List the current messages for this person

`GET /api/persons/{personId}/messages/received`

Get the current messages for this person.

## Path parameters

- `personId` string, required

## Query parameters

- `availableToDestination` boolean
- `messageType` 'ASSOCIATION_REQUEST' | 'CREDENTIAL' | 'INVITATION' | 'NOTICE' | 'PERSON_NOTIFICATION'
- `newestFirst` boolean
- `page` integer
- `size` integer

## Response `200`

OK

- PageMessageMessageDestView

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Unexpected error in processing the request.

---

[API](https://skmtc.dev/myverifly/apis/api-documentation.md) · [All operations](https://skmtc.dev/myverifly/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myverifly/api-documentation/revisions/03f300608c33/schema)
