---
title: "Get a thread message info"
method: GET
path: "/v1/{innovationId}/threads/{threadId}/messages/{messageId}"
tags: ["[v1] Innovation Threads"]
---

# Get a thread message info

`GET /v1/{innovationId}/threads/{threadId}/messages/{messageId}`

Get a thread message info

## Path parameters

- `innovationId` string, uuid, required
- `threadId` string, uuid, required
- `messageId` string, uuid, required

## Response `200`

Success

- object
  - `id` string, uuid, required
  - `message` string, required
  - `createdAt` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/nhs-england/apis/innovations-api-nhs-innovation-service.md) · [All operations](https://skmtc.net/nhs-england/apis/innovations-api-nhs-innovation-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nhs-england/innovations-api-nhs-innovation-service/revisions/36d432fb3b0d/schema)
