Get Inbox Leads
GET/api/inbox/leads
Get inbox leads as a flat paginated list.
This endpoint is optimized for inbox UI, returning leads without grouping. It reuses the same filtering, search, and ordering logic as the pipeline endpoint.
Returns: { "success": true, "data": [...], // List of leads "pagination": { "page": 1, "limit": 50, "total": 150, "total_pages": 3, "has_next": true, "has_prev": false }, "cursor": "..." // Cursor for next page }
Request
Responses
- 200
- 422
Successful Response
Validation Error