---
title: "Record passive activity for an active Bed-Clear Watch"
method: POST
path: "/v1/organizations/{organizationId}/bed-clear-watches/{watchId}/activity-hints"
tags: ["Printers"]
---

# Record passive activity for an active Bed-Clear Watch

`POST /v1/organizations/{organizationId}/bed-clear-watches/{watchId}/activity-hints`

Accept a Host-bound activity hint. The hint can make the Watch Sweep due sooner, but it does not promise or dispatch an Active Inspection.

## Path parameters

- `organizationId` string, uuid, required
- `watchId` string, uuid, required

## Request body

- object
  - `printerId` string, uuid, required
  - `completedJobId` integer, required
  - `observedAt` string, date-time, required

## Response `202`

Default Response

- object
  - `accepted` boolean, required
  - `outcome` 'scheduled_earlier' | 'already_due' | 'deduplicated' | 'stale_observation' | 'ineligible', required

## Other responses

- `401` — Default Response
- `403` — Default Response
- `409` — Default Response
- `500` — Default Response

## Changes

- **2026-09-11** `1d685a7d7d02` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/changes/v1/organizations/:organizationId/bed-clear-watches/:watchId/activity-hints/post.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/3dea7fda80a8?raw)
