An entity's child items
GET /v1/sync/:domain/:entityId/items — A page of an entity's children, oldest-first so a page replays in order — conversation messages and workflow authoring m
GET /v1/sync/:domain/:entityId/items
A page of an entity's children, oldest-first so a page replays in order — conversation messages and workflow authoring messages today. Only nested domains implement this; others return 400. nextCursor is absent once the caller has reached the end.
| Method | GET |
| Path | /v1/sync/:domain/:entityId/items |
| Auth | Authorization: Bearer <token> required |
| Category | state |
Response body
{ "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" }