# [2025-04-16] Nylas Notetaker private preview update

Source: https://developer.nylas.com/docs/new/v3-changelogs/2025-04-16-notetaker/

Welcome, friends, to a quick update about Nylas' private preview of Notetaker! 👋 This release brings several new features and improvements to make your experience better.

## Breaking changes

- Renamed query parameters on the [Get all Notetakers](/docs/api/v3/notetaker/#get-/v3/grants/-grant_id-/notetakers) and [Get all Standalone Notetakers](/docs/api/v3/notetaker/#get-/v3/notetakers) endpoints. Nylas will continue to support the previous query parameters during the private preview period, but we strongly recommend you update your code base to use the new parameters.
  - `join_time_until` → `join_time_end`
  - `join_time_from` → `join_time_start`
- Fixed a bug where the `state` attribute was being sent as `status` in webhook notifications.

## New features

- Added support for `order_direction` and `order_field` query parameters to the [Get all Notetakers](/docs/api/v3/notetaker/#get-/v3/grants/-grant_id-/notetakers) and [Get all Standalone Notetakers](/docs/api/v3/notetaker/#get-/v3/notetakers) endpoints.

## Updates

- Fixed a bug where the `join_time_until` and `join_time_from` query parameters were expecting ISO-formatted strings instead of Unix timestamps.
- Various bug fixes and stability improvements.