Max emails to return (max 100)
curl "https://api.usenaive.ai/v1/email/inbox?from_inbox=uuid&limit=20" \
-H "Authorization: Bearer nv_sk_live_..."
{
"emails": [
{
"id": "uuid",
"from": "someone@external.com",
"to": "research@acme-corp.ai",
"subject": "Re: Research findings",
"snippet": "Thanks for the...",
"received_at": "2026-05-02T10:30:00Z"
}
],
"has_more": true
}