/contactsscope: readList contacts in a stable order, optionally only those with a tag.
- tag
- Only contacts carrying this tag (exact name).
- limit
- 1–100, default 25.
- cursor
- The nextCursor from the previous page.
{
"data": [ { "id": "ck…", "username": "maya.jewels", "tags": ["vip"], "canMessage": true, … } ],
"nextCursor": "ck…" // null on the last page
}