---
title: "Return all messages with specified tag"
method: GET
path: "/messages"
tags: ["Messages"]
---

# Return all messages with specified tag

`GET /messages`

## Query parameters

- `tag` string, required

## Response `200`

Messages with specified tag.

- Message[]
  - `expired` boolean
  - `created` string
  - `tags` string[]
  - `expiration` string
  - `cssClass` string
  - `text` string

---

[API](https://skmtc.net/oracle/apis/opengrok-restful-api.md) · [All operations](https://skmtc.net/oracle/apis/opengrok-restful-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oracle/opengrok-restful-api/revisions/4844bf710203/schema)
