Skip to main content
PATCH
UpdateWorkStateAPI mirrors erdo_update_work_state.

Authorizations

Authorization
string
header
required

An Erdo API key (erdo_api_...) or scoped token (erdo_token_...).

Path Parameters

workstreamSlug
string
required

Body

application/json
autonomy_mode
string
description
string
escalation_budget_per_day
integer<int32>
Required range: -2147483648 <= x <= 2147483647
phase_updates
object[]
status
string
summary
string
title
string
token_budget_millicents
integer<int64>

column unchanged; spent-to-date only moves through completed engine work.

workstream_slug
string

Response

Success response

events
WorkstreamEvent is one entry in a workstream's append-only, chronological log · object[]

(newest first), embedded so cards/agents see activity without a second call.

following
boolean

detail page can render its follow toggle without a second call (Wave E).

phases
WorkstreamPhase is an ordered step within a workstream. · object[]
resources
WorkstreamResource is a typed link from a workstream to another domain object. · object[]
workstream
Workstream represents a piece of business work in motion. · object

Operational state machine for multi-step work (campaign launches, reports, monitors).