---
title: "GET /v1/print-jobs/{id}/history"
method: GET
path: "/v1/print-jobs/{id}/history"
---

# GET /v1/print-jobs/{id}/history

`GET /v1/print-jobs/{id}/history`

## Path parameters

- `id` string, required

## Query parameters

- `limit` number
- `offset` number
- `event_type` string

## Response `200`

Default Response

- object
  - `history` object[]
    - `id` string
    - `event_type` string
    - `event_status` string
    - `message` string, nullable
    - `error_code` string, nullable
    - `error_details` object, nullable
    - `metadata` object, nullable
    - `duration_ms` number, nullable
    - `created_at` string
    - `updated_at` string
  - `total` number

## Other responses

- `404` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/revisions/f15fa5556b2f/schema)
