---
title: "List the revision stack (newest first)"
method: GET
path: "/v1/assistants/{agent_id}/revisions"
tags: ["assistants"]
---

# List the revision stack (newest first)

`GET /v1/assistants/{agent_id}/revisions`

Paginated revision stack (§2.2).

## Path parameters

- `agent_id` string, uuid, required

## Query parameters

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

## Response `200`

Successful Response

- RevisionStackResponse — GET /assistants/{id}/revisions — paginated revision stack (§2.2).
  - `revisions` RevisionStackEntry[], required
    - `id` string, uuid, required
    - `name` string, required
    - `description` string, nullable
    - `stack_position` integer, nullable
    - `based_on_revision_id` string, uuid, nullable
    - `promoted_at` string, date-time, nullable
    - `promoted_by` string, uuid, nullable
    - `promotion_reason` string, nullable
    - `content_fingerprint` string, nullable
    - `created_at` string, date-time, required
    - `created_by` string, nullable
  - `has_more` boolean
  - `next_cursor` string, nullable

## 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)
