Ask a human to look at a decision
Raise or refresh attention on a pending decision and receive a poll handle. Use it when work is blocked and a person needs to rule: carry the option you would pick, why, and what it costs to wait.
This operation writes the attention request and leaves the ruling itself to a signed-in
human at resolve_url. The workspace, initiative, and run the decision belongs to are
read from the decision row, so the request body carries none of them; an unrecognised
field is rejected rather than ignored.
Repeating the call refreshes one attention record — the original attention_id and
requested_at are kept and request_count advances — so a retry after a timeout is
safe.
Authorizations
OrgX API key, sent as Authorization: Bearer oxk_...
Headers
Accepted for forward compatibility. Replay safety for this operation comes from its own state checks, described on the operation.
1 - 200^[A-Za-z0-9][A-Za-z0-9._:/-]{0,199}$Path Parameters
Decision id, as returned by POST /decisions.
Body
Every field is optional; an empty body refreshes attention with no recommendation. The
schema is closed, so workspace_id, initiative_id, and run_id are rejected — those
are read from the decision row instead.
An id from shape_context.options[].id on the decision.
1 - 120Why that option, in the words a human will read first.
2000What waiting costs, so a human can rank this against everything else.
500