{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "includeTurns": { "description": "When true, include turns and their items from rollout history. Full-history hydration is deprecated for paginated threads; prefer a metadata-only read and page with `thread/turns/list` and `thread/items/list`.", "type": "boolean" }, "threadId": { "type": "string" } }, "required": [ "threadId" ], "title": "ThreadReadParams", "type": "object" }