Release notes
Actively supported versions
This document highlights actively supported API versions in reverse chronological order, so you can quickly see the latest features, fixes, and changes.
Versions earlier than 2024-10 are deprecated and no longer supported, but we’ve kept them in a Deprecated versions section at the bottom for migration and troubleshooting reference.
2026-01
2026-01Non-breaking changes
- New
aggregateobject
2025-10
2025-10Breaking changes
- Updated complexity error format
- Deprecating
settings_strfield oncolumns
Non-breaking changes
- New
update_doc_namemutation - New
duplicate_docmutation - New
delete_docmutation - New
change_item_positionmutation - New ability to change a workspace's account product
- New
set_board_permissionsmutation - New
update_board_hierarchymutation - New
update_foldermutation arguments - New
viewsfields - New
repliesarguments - New
create_updatearguments - Filter for board level updates in the
updatesfield - New
create_portfoliomutation - New ability to read Workforms
- New
connect_project_to_portfoliomutation - New ability to create, update, and delete Workforms
- New mutations to create, update, and delete dashboards
- New
mute_board_settingsobject - New CRUD capabilities for managing favorites
- New
create_widgetmutation - New
convert_board_to_projectmutation - Improved API complexity calculation
- New mutations to create, update, and delete board views
- New
add_content_to_doc_from_markdownmutation - New
import_doc_from_htmlmutation - New
get_column_type_schemaobject - New ability to create mirror and connect board columns
- New
update_mute_board_settingsmutation - New
notifications_settingsobject - New ability to create, read, update, and delete monday.com objects
- New
create_doc_blocksmutation - New mutations to create and update app features
- New ability to create, read, and delete required field columns
- New
columnsfields - New API support for multi-level boards
- New
update_columnmutation - New
delete_widgetmutation - New
appfields - New mutations to create and update apps
- New mutations to create status and dropdown columns
- New
item_nicknameargument oncreate_boardmutation - New mutations to update dropdown and status columns
- New
export_markdown_from_docobject
2025-07
2025-07Hotfixes
- April 28th, 2025: For column value exception errors, the
column_typeproperty no longer returns "Column" appended to the column type. Read more here. - May 19th, 2025: All API responses now contain a unique request ID. Read more here.
Breaking changes
- Updated complexity budget exhausted error
- Updated unauthorized user error code
Non-breaking changes
- New argument to create empty boards
- New argument to specify product for workspace creation
- New field to retrieve assets on
Replyobject - New item description field
- New CRUD capabilities for managed columns
- New
mentions_listargument increate_updatemutations - New arguments to filter
updatesby date - New fields for
boardsqueries - New
access_levelfield for board view queries - New ability to read audit logs via the API
- New
audit_event_catalogueobject to retrieve a list of supported audit log events
2025-04
2025-04Hotfixes
- February 18th, 2025: The complexity budget exhausted error format has changed. Read more here.
- February 24th, 2025: The
create_webhookmutation now returns descriptive errors. Read more here. - February 24th, 2025: The
renewal_datefield is no longer required when querying app subscription details. Read more here. - February 27th, 2025: We've introduced changes to the
subitemsquery to help increase performance and return consistent results. Read more here. - April 28th, 2025: For column value exception errors, the
column_typeproperty no longer returns "Column" appended to the column type. Read more here. - May 19th, 2025: All API responses now contain a unique request ID. Read more here.
Breaking changes
- Deprecated: Sending variables as a JSON string
- Value field now returns null on connect boards, dependency, and subtasks columns
Non-breaking changes
- New
page_breaktype oncreate_doc_blockmutation - New
invite_usersmutation - New
end_datefield on app subscription details object - New update user attributes mutation
- New max_units field on app subscription queries
- New max_units argument on set mock app subscription mutations
- New ability to query user profile custom fields
- New
account_rolesobject - New ability to update a user's custom role
- New
platform_apiobject to query daily API usage - New object to query app data
2025-01
2025-01Hotfixes
- February 18th, 2025: The complexity budget exhausted error format has changed. Read more here.
- February 24th, 2025: The
create_webhookmutation now returns descriptive errors. Read more here. - February 24th, 2025: The
renewal_datefield is no longer required when querying app subscription details. Read more here. - February 27th, 2025: We've introduced changes to the
subitemsquery to help increase performance and return consistent results. Read more here. - April 28th, 2025: For column value exception errors, the
column_typeproperty no longer returns "Column" appended to the column type. Read more here. - May 19th, 2025: All API responses now contain a unique request ID. Read more here.
Breaking changes
- New unified error responses that comply with the GraphQL standard
- More spec-compliant GraphQL query validation
- Column validation for apps
- Account ID no longer returned by default
- New pagination limit for
updatesqueries - GraphQL queries now required in request body
Non-breaking changes
- New create and delete team mutations
- New
app_subscriptionsobject - New
updatesfields - New ability to read the formula column
- New
deactivate_usersmutation - New
update_users_rolemutation - New
assign_team_ownersmutation - New
remove_team_ownersmutation - New
update_email_domainmutation - New
timelineobject - New
activate_usersmutation - New
timeline_itemfields
2024-10
2024-10Hotfixes
- October 22nd, 2024: The
item_idargument on thepin_to_topandunpin_from_topmutations has changed from typeInttoIDand is no longer required. Read more here. - November 6th, 2024: We made version
2024-10backward compatible to resolve parsing errors. Read more here. - November 19th, 2024: Updates should be returned in reverse chronological order instead of chronological order. Read more here.
- February 24th, 2025: The
create_webhookmutation now returns descriptive errors. Read more here. - February 27th, 2025: We've introduced changes to the
subitemsquery to help increase performance and return consistent results. Read more here. - April 28th, 2025: For column value exception errors, the
column_typeproperty no longer returns "Column" appended to the column type. Read more here. - May 19th, 2025: All API responses now contain a unique request ID. Read more here.
Non-breaking changes
- New
marketplace_app_discountsobject - New
grant_marketplace_app_discountsanddelete_marketplace_app_discountsmutations - New
errorsobject in API errors - New descriptive field limit exceeded error
- New descriptive JSON parse error
- New Emails & Activities
timeline_itemsobject - New Emails & Activities
custom_activityobject - New
updatesobject queries and mutations - New
team_ownersandteam_subscribersfields onboardsqueries
Deprecated versions
This section covers API versions that are deprecated and no longer supported. They are documented here for historical and migration reference only. Review our API versioning policy for upcoming deprecation timelines.
2024-07
2024-07Hotfixes
- April 1st, 2024: You can now filter the date column with multiple exact dates. Check out the full announcement here.
- May 1st, 2024: Changes to the
ComplexityExceptionerror structure and error code were reverted. Read more here. - May 9th, 2024: The addition of the
dataobject to error codes has been rolled back until version2025-01. Read more here. - May 14th, 2024: Changes to the
ComplexityExceptionerror message were reverted. Read more here. - June 19th, 2024: New descriptive JSON parse error added to all API versions. Read more here.
- June 20th, 2024: You can now use the
add_teams_to_boardmutation to subscribe everyone in an account to a board. Check out the full announcement here.
Non-breaking changes
- New
active_members_countfield onaccountqueries - New
apps_monetization_infoobject
2024-04
2024-04Hotfixes
- March 26th, 2024: Mutations with the
column_valuesargument now accept both string and integer IDs. Check out the full announcement here. - April 1st, 2024: You can now filter the date column with multiple exact dates. Check out the full announcement here.
- May 1st, 2024: Changes to the
ComplexityExceptionerror structure, error code, and error message were reverted. Read more here. - May 14th, 2024: Changes to the
ComplexityExceptionerror message were reverted. Read more here. - June 19th, 2024: New descriptive JSON parse error added to all API versions. Read more here.
- June 20th, 2024: You can now use the
add_teams_to_boardmutation to subscribe everyone in an account to a board. Check out the full announcement here.
Breaking changes
- New
kindfield accepted enum values onversionandversionsqueries - Updated field types on
app_installsqueries
Non-breaking changes
- New
votersfield onVoteValue - New
urlfield onboardsanditemsqueries - New
group_colorargument forcreate_groupmutation - New
display_valuefield onversionandversionsqueries - New
account_idargument andpermissionsfield onapp_installsqueries - New
position_relative_methodandrelative_toarguments oncreate_itemmutation - New
is_default_workspacefield onworkspacesqueries - New date column filtering with multiple exact dates
- Create a doc column using the
create_columnmutation - New
app_subscription_operationsqueries and mutations
2024-01
2024-01Hotfixes
- March 26th, 2024: Mutations with the
column_valuesargument now accept both string and integer IDs. Check out the full announcement here. - May 1st, 2024: Changes to the
ComplexityExceptionerror structure, error code, and error message were reverted. Read more here. - May 14th, 2024: Changes to the
ComplexityExceptionerror message were reverted. Read more here. - June 19th, 2024: New descriptive JSON parse error added to all API versions. Read more here.
- June 20th, 2024: You can now use the
add_teams_to_boardmutation to subscribe everyone in an account to a board. Check out the full announcement here.
Breaking changes
- Typo fix in the
UserUnauthorizedExceptionerror code - New
DeleteLastGroupExceptionerror
Non-breaking changes
- New
app_installsobject to retrieve app installation data - New
pricing_versionfield on app subscription queries - New
team_owners_subscribersfield on workspaces queries - New
delete_teams_from_boardmutation - New
kindargument onadd_teams_to_board - New
add_users_to_teamandremove_users_from_teammutations - New
update_workspacemutation
2023-10
2023-10Hotfixes
- December 3rd, 2023: We aligned the empty value results for the
textfield when querying throughcolumn_valuesV2 to the behavior seen in version2023-07. Check out the full announcement here. - March 26th, 2024: Mutations with the
column_valuesargument now accept both string and integer IDs. Check out the full announcement here. - June 19th, 2024: New descriptive JSON parse error added to all API versions. Read more here.
- June 20th, 2024: You can now use the
add_teams_to_boardmutation to subscribe everyone in an account to a board. Check out the full announcement here.
Breaking changes
-
Removed the deprecated
itemsfield onboardsqueries, replaced it withitems_page -
Removed the deprecated
itemsfield ongroupsqueries, replaced it withitems_page -
New column values fields and typed column values
-
Removed the deprecated
items_by_column_valuesanditems_by_multiple_column_valuesobjects, replaced them withitems_page_by_column_values -
The
column_typefield on thecreate_columnmutation is now required -
Empty parentheses are no longer supported
-
Quotation marks for strings are now required
-
Removed the deprecated
posfields on boards and columns queries -
Column type strings have changed. The
typefield oncolumnsqueries has changed fromString!toColumnType! -
Deprecated the
newest_firstargument onboardsqueries -
Many of the ID arguments and fields have changed from
InttoIDtype -
Textfield returns empty results for mirror, dependency, and connect boards columns when querying throughcolumn_valuesor the specificMirrorValue,DependencyValueandBoardRelationValuetypes. Use thedisplay_valuefield instead.
Non-breaking changes
-
New
next_items_pageobject for cursor-based pagination -
New
move_item_to_boardmutation -
New
linked_itemsfield onitemsqueries -
New
edit_updateanddelete_updatewebhooks -
The
valueargument in thechange_simple_column_valuemutation is now nullable -
The complexity of the
textfield for mirror, link, and dependency columns increased -
New
idsargument onupdatesqueries
Updated 5 days ago
