Skip to main content
POST /api/v1/cloud/environments/{environment_id}/work/{work_id}/ack Acknowledges a delivered work item and moves it from queued to starting. Workers should ack after poll and before executing the Session work. Ack is safe to retry for items already in starting or active. It conflicts for stopping or stopped items.

Path parameters

Headers

Example request

Example response

HTTP 200 OK

Response fields

Returns the acknowledged Work item object.

Errors

See Errors for the full error envelope.

Notes

  • After ack, the first heartbeat usually uses expected_last_heartbeat=NO_HEARTBEAT.
  • Ack triggers an immediate dispatch pass so work can proceed without waiting for the next dispatcher tick.

Cloud environment setup

Choose the container, network, and dependencies your agent runs in.