---
title: "GET /v1/{+parent}/messages"
method: GET
path: "/v1/{+parent}/messages"
tags: ["projects"]
---

# GET /v1/{+parent}/messages

`GET /v1/{+parent}/messages`

Lists all the messages in the given HL7v2 store with support for filtering. Note: HL7v2 messages are indexed asynchronously, so there might be a slight delay between the time a message is created and when it can be found through a filter.

## Path parameters

- `parent` string, required

## Query parameters

- `filter` string
- `orderBy` string
- `pageSize` integer
- `pageToken` string
- `view` 'MESSAGE_VIEW_UNSPECIFIED' | 'RAW_ONLY' | 'PARSED_ONLY' | 'FULL' | 'SCHEMATIZED_ONLY' | 'BASIC'

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/healthcare.md) · [All operations](https://skmtc.net/google/apis/healthcare/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/healthcare/versions/cdec6fe2315f/schema)
