---
title: "Story History"
method: GET
path: "/v1/stories/history"
tags: ["v1"]
---

# Story History

`GET /v1/stories/history`

## Query parameters

- `clusterId` string[]
- `from` string, date-time
- `to` string, date-time
- `sortBy` 'createdAt' | 'triggeredAt'
- `page` integer
- `size` integer
- `changelogExists` boolean

## Response `200`

200 - Success

- StoryHistoryResult — Story history result
  - `status` integer, required
  - `numResults` integer, required
  - `results` StoryHistoryRecord[], required
    - `clusterId` string, nullable
    - `createdAt` string, nullable
    - `name` string, nullable
    - `triggeredAt` string, nullable
    - `summary` string, nullable
    - `shortSummary` string, nullable
    - `changelog` string, nullable
    - `keyPoints` KeyPoint[], nullable
      - `point` string, nullable
      - `references` string[], nullable
    - `questions` Question[], nullable
      - `question` string, nullable
      - `answer` string, nullable
      - `references` string[], nullable

## Other responses

- `400` — 400 - Bad Request
- `401` — 401 - Invalid API Key
- `403` — 403 - Request Forbidden
- `429` — 429 - Too Many Requests
- `500` — 500 - Server Error

## Changes

- **2025-09-26** `41e61f364687` — 1 info
  - added the new optional `query` request parameter `changelogExists`
- **2025-08-18** `a73a3b58ca66` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/goperigon/apis/perigon-api/changes/v1/stories/history/get.md)

---

[API](https://skmtc.dev/goperigon/apis/perigon-api.md) · [All operations](https://skmtc.dev/goperigon/apis/perigon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goperigon/perigon-api/revisions/2c55bf07003a/schema)
