Response schema changed for GET /v1/convai/conversations/{conversation_id} (RagRetrievalInfo)
- Affected surface
- GET /v1/convai/conversations/{conversation_id}
- Affected field
- RagRetrievalInfo
What changed
Response schema changed for GET /v1/convai/conversations/{conversation_id} (RagRetrievalInfo) Affected surface: GET /v1/convai/conversations/{conversation_id}. Root cause: schema `RagRetrievalInfo`. Detected at Sun, 26 Apr 2026 16:45:48 UTC UTC.
Diff
{
"added_fields": [
"used_chunk_ids"
],
"path": "GET /v1/convai/conversations/{conversation_id}",
"schema_path": "schema RagRetrievalInfo"
}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.
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.
