---
title: "List Sessions"
method: GET
path: "/v1/ask-feather/sessions"
tags: ["ask-feather"]
---

# List Sessions

`GET /v1/ask-feather/sessions`

## Query parameters

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

## Response `200`

Successful Response

- SrcSharedPaginationCursorPageSessionResponse2
  - `items` SrcAskFeatherSchemasSessionResponse[], required
    - `id` string, uuid, required
    - `title` string, nullable, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `next_cursor` string, nullable
  - `has_more` boolean, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-12** `5a5597ebb2d6` — 1 breaking, 6 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the new optional `query` request parameter `cursor`
  - added the new optional `query` request parameter `limit`
  - added the non-success response with the status `422`
  - …3 more

[Change history](https://skmtc.dev/oneloop-hq/apis/feather-api/changes/v1/ask-feather/sessions/get.md)

---

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