Response schema changed for GET /v1/environments/{environment_id}/work/poll?beta=true (BetaSelfHostedWork)
- Affected surface
- GET /v1/environments/{environment_id}/work/poll?beta=true
- Affected field
- BetaSelfHostedWork
What changed
Response schema changed for GET /v1/environments/{environment_id}/work/poll?beta=true (BetaSelfHostedWork) Affected surface: GET /v1/environments/{environment_id}/work/poll?beta=true. Root cause: schema `BetaSelfHostedWork`. Detected at Thu, 23 Jul 2026 06:18:52 UTC UTC.
Diff
{
"added_fields": [
"secret"
],
"path": "GET /v1/environments/{environment_id}/work/poll?beta=true",
"schema_path": "schema BetaSelfHostedWork"
}Likely impact
This is an additive change. Existing integrations are unaffected; this is mostly useful if you want to take advantage of the new surface.
Recommended action
Diff your serializers against the new schema. The diff above shows what moved.
Related changes
Other endpoints affected by the same root cause.
GET /v1/environments/{environment_id}/work?beta=true
GET /v1/environments/{environment_id}/work/{work_id}?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.
