---
title: "GET /v1/printers/{id}/stopped-lifecycle-events"
method: GET
path: "/v1/printers/{id}/stopped-lifecycle-events"
tags: ["Printers"]
---

# GET /v1/printers/{id}/stopped-lifecycle-events

`GET /v1/printers/{id}/stopped-lifecycle-events`

List the recent blocked and dead-lettered printer lifecycle events for one printer

## Path parameters

- `id` string, uuid, required

## Query parameters

- `limit` string

## Response `200`

Default Response

- object
  - `events` object[]
    - `event_id` string
    - `event_type` string
    - `state` string
    - `last_error` unknown
    - `attempt_count` integer
    - `task_id` unknown
    - `occurred_at` string
    - `updated_at` string
  - `limit` integer
  - `total` integer

## Other responses

- `default` — Unexpected error response

## Changes

- **2026-09-04** `2f5f761dfbdc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/changes/v1/printers/:id/stopped-lifecycle-events/get.md)

---

[API](https://skmtc.dev/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/revisions/6f1a23af942d?raw)
