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

Source: https://developer.nylas.com/docs/new/v3-changelogs/2025-04-02-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

- Removed the "notetaker" prefix from the following request and response attributes in the [Notetaker](/docs/api/v3/notetaker/#tag--Notetaker) and [Standalone Notetaker](/docs/api/v3/notetaker/#tag--Standalone-Notetaker) endpoints:
  - `notetaker_name` → `name`
  - `notetaker_state` → `state`
- The [Get all Standalone Notetakers](/docs/api/v3/notetaker/#get-/v3/notetakers) and [Get all Notetakers](/docs/api/v3/notetaker/#get-/v3/grants/-grant_id-/notetakers) endpoints now support cursor-based [pagination](/docs/api/v3/ecc/#overview--pagination) and filters (`state`, `join_time_until`, `join_time_from`, `limit`).
  - Nylas now includes `next_cursor` and `prev_cursor` fields in responses when available.

## New features

- Added `created_at`, `event_id`, and `calendar_id` fields to all responses that return a Notetaker object.
- You can now update meeting links by making an [Update Notetaker](/docs/api/v3/notetaker/#patch-/v3/grants/-grant_id-/notetakers/-notetaker_id-) or [Update Standalone Notetaker](/docs/api/v3/notetaker/#patch-/v3/notetakers/-notetaker_id-) request.

## Updates

- Fixed a bug where some valid meeting links were returning `400` errors.

## Removed features

- Removed `grant_id` from responses to [Standalone Notetaker requests](/docs/api/v3/notetaker/#tag--Standalone-Notetaker).