Cursor-paginated list of leads for the authenticated tenant, ordered by created_at DESC, id DESC. Pass stale_for_days=N to scope the result to qualified leads whose conversation has gone quiet for more than N days — the canonical query the lead-nurture automation uses to find its daily cohort.
Documentation Index
Fetch the complete documentation index at: https://docs.vorel.ai/llms.txt
Use this file to discover all available pages before exploring further.
Tenant-issued API key. Format: vapk_live_<48 hex chars> (60 chars total). Issue + manage at /settings/integrations/api-keys in the Vorel dashboard. Each key has a scope set (read, leads:write, appointments:write, offerings:write); endpoints requiring a write scope reject keys without it with a 403 envelope.
Max rows per page. Server caps at 100.
1 <= x <= 100Cursor from a prior page response. Omit for the first page.
When set, scopes the result to qualified leads whose conversation last_message_at is older than now() - <stale_for_days> days (or NULL). Range 1–365. Returns 400 outside that range.
1 <= x <= 365