---
title: "Get Conversation Messages"
method: GET
path: "/conversations/{conversation_id}/messages"
tags: ["conversations"]
---

# Get Conversation Messages

`GET /conversations/{conversation_id}/messages`

Get all messages for a conversation

## Path parameters

- `conversation_id` string, uuid, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.net/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/versions/28bdface01df/schema)
