How it works
You can:- Filter by candidate fields such as
email - Use regex-based matching
- Apply pagination (
limit,direction) - Sort results (e.g., by
createdAt) - Select only the fields you need in the response
Example: Search by Email
What This Example Does
- Searches within a specific position
- Filters interviews by candidate email using regex
- Sorts by
createdAtin descending order (most recent first)

