---
title: "list the history of schedule and trigger modifications"
method: GET
path: "/w/{workspace}/triggers_history/list"
tags: ["trigger"]
---

# list the history of schedule and trigger modifications

`GET /w/{workspace}/triggers_history/list`

## Path parameters

- `workspace` string, required

## Query parameters

- `page` integer
- `per_page` integer
- `trigger_kind` string
- `path` string

## Response `200`

trigger history

- TriggerHistoryEntry[]
  - `id` integer, required
  - `trigger_kind` string, required — 'schedule' or a trigger type (http, kafka, ...)
  - `path` string, required
  - `operation` 'create' | 'update' | 'delete' | 'enable' | 'disable' | 'suspend', required
  - `source` 'ui' | 'cli' | 'api' | 'worker', required — The kind of client the change came from. `worker` means the server disabled the trigger on its own after a failure.
  - `username` string, nullable — Unset when the server acted on its own.
  - `created_at` string, date-time, required
  - `changes` object, nullable — {field: {old, new}} for the fields that actually changed. Unset for a delete.

## Changes

- **2026-08-14** `f169b20c0638` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/windmill/apis/windmill-api/changes/w/:workspace/triggers_history/list/get.md)

---

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