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

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

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

## Path parameters

- `id` string, required

## Request body

- object
  - `event_type` string, required
  - `event_status` 'SUCCESS' | 'FAILED' | 'IN_PROGRESS'
  - `message` string
  - `error_code` string
  - `error_details` object
  - `metadata` object
  - `duration_ms` number
  - `organizationId` string — Organization ID (optional, defaults to user's primary organization)

## Response `200`

Default Response

- object
  - `success` boolean
  - `id` string

## Other responses

- `400` — Default Response
- `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/64e0f1284c6f/schema)
