Returns a unified, time-sorted feed of human messages and escrow lifecycle notifications
for a single conversation. Use before for cursor-based pagination (load older items).
Each item has a source field:
"message" — a human chat message. Contains sender_id, message_type, sender_* fields."notification" — an escrow lifecycle event. Contains entity_type, entity_id, action_label, is_read.Action routing: When action_label is non-null, render a tappable CTA. Navigate using
escrow_id (always present) for the escrow detail screen, or use entity_type + entity_id
for deeper routing (e.g. dispute modal, milestone detail).
JWT access token obtained from /auth-verify (login context) or /auth-signup. Set the bearer_token environment variable in your API client to apply it globally.
1 <= x <= 200Cursor — returns items with created_at before this timestamp (for pagination)