---
title: "Get Pause History"
method: GET
path: "/wf/pause_history/{run_id}/"
tags: ["workflows", "workflows"]
---

# Get Pause History

`GET /wf/pause_history/{run_id}/`

Get pause history for a run

## Path parameters

- `run_id` string, required

## Response `200`

Successful Response

- PauseHistoryResponseSchema[]
  - `id` string, required
  - `run_id` string, required
  - `node_id` string, required
  - `pause_message` string, nullable, required
  - `pause_time` string, date-time, required
  - `resume_time` string, date-time, nullable, required
  - `resume_user_id` string, nullable, required
  - `resume_action` 'APPROVE' | 'DECLINE' | 'OVERRIDE', required — Actions that can be taken on a paused workflow.
  - `input_data` object, nullable, required
  - `comments` string, nullable, required

## Other responses

- `422` — Validation Error

## Changes

- **2025-03-12** `181efcea9e6e` — 1 info
  - endpoint added
- **2024-11-23** `a2d864f3a8db` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/pyspur-dev/apis/pyspur-api/changes/wf/pause_history/:run_id/get.md)

---

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