實體的子條目
GET /v1/sync/:domain/:entityId/items:一頁實體的子條目,最舊的在前,因此這一頁可以按順序重放。
GET /v1/sync/:domain/:entityId/items
一頁實體的子條目,最舊的在前,因此這一頁可以按順序重放;目前是對話消息和工作流的編寫消息。只有嵌套域實現了這個接口,其餘會返回 400。調用方讀到末尾之後,nextCursor 就不再出現。
| 方法 | GET |
| 路徑 | /v1/sync/:domain/:entityId/items |
| 鑑權 | 需要 Authorization: Bearer <token> |
| 分類 | state |
響應體
{ "items": [{ "id": "chat_abc:12", "type": "user_message", "role": "user", "content": "What changed in ETH staking yields?", "ts": "2026-08-17T04:11:58.000Z" }], "nextCursor": "12" }