---
title: "List Session Messages"
method: GET
path: "/v1/ask-feather/sessions/{session_id}/messages"
tags: ["ask-feather"]
---

# List Session Messages

`GET /v1/ask-feather/sessions/{session_id}/messages`

Load-older transcript page (by ``seq``, descending → ascending).

The session-detail endpoint embeds the latest window; this endpoint walks
older pages for scroll-up / load-older affordances.

## Path parameters

- `session_id` string, uuid, required

## Query parameters

- `limit` integer
- `cursor` string, nullable

## Response `200`

Successful Response

- CursorPageMessageResponse
  - `items` SrcAskFeatherSchemasMessageResponse[], required
    - `id` string, uuid, required
    - `seq` integer, required
    - `role` string, required
    - `content` union, required
      - unknown[]
        - unknown
      - object
      - string
    - `created_at` string, date-time, required
    - `turn_id` string, uuid, required
  - `next_cursor` string, nullable
  - `has_more` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/9cd7291d4228/schema)
