Required fields added in GET /v1/environments/{environment_id}/work/{work_id}?beta=true (BetaSelfHostedWork)
- Affected surface
- GET /v1/environments/{environment_id}/work/{work_id}?beta=true
- Affected field
- BetaSelfHostedWork
What changed
Required fields added in GET /v1/environments/{environment_id}/work/{work_id}?beta=true (BetaSelfHostedWork) Affected surface: GET /v1/environments/{environment_id}/work/{work_id}?beta=true. Root cause: schema `BetaSelfHostedWork`. Detected at Thu, 23 Jul 2026 06:18:52 UTC UTC.
Diff
{
"added_required": [
"secret"
],
"path": "GET /v1/environments/{environment_id}/work/{work_id}?beta=true",
"schema_path": "schema BetaSelfHostedWork"
}Likely impact
Existing integrations relying on this surface will fail or behave incorrectly. Treat this as a release-blocker until the recommended action below is applied.
Recommended action
Add the new required field to all request payloads or arguments. Requests omitting it will be rejected.
Related changes
Other endpoints affected by the same root cause.
GET /v1/environments/{environment_id}/work?beta=true
GET /v1/environments/{environment_id}/work/poll?beta=true
POST /v1/environments/{environment_id}/work/{work_id}?beta=true
POST /v1/environments/{environment_id}/work/{work_id}/ack?beta=true
POST /v1/environments/{environment_id}/work/{work_id}/stop?beta=true
Catch changes like this on every API you depend on.
Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.
