---
title: "Get conversation history for a triage thread."
method: GET
path: "/public/rdvm/triage/conversations/{threadId}"
tags: ["RdvmPortal"]
---

# Get conversation history for a triage thread.

`GET /public/rdvm/triage/conversations/{threadId}`

## Path parameters

- `threadId` string, required

## Query parameters

- `sessionId` string
- `clinicId` string

## Response `200`

OK

- RdvmTriageHistoryResponse
  - `threadId` string
  - `messages` RdvmTriageMessage[]
    - `id` string
    - `role` string
    - `content` string
    - `timestamp` string, date-time
  - `createdAt` string, date-time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
