---
title: "Get message by ID"
method: GET
path: "/api/chat/messages/{id}"
tags: ["Chat"]
---

# Get message by ID

`GET /api/chat/messages/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Message details

- object

## Other responses

- `401` — Authentication required
- `404` — Resource not found

---

[API](https://skmtc.net/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.net/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
