Meeting Summaries: QueryFilter can only contain non-primary key attributes

As of March 16 around 11:!0PM ET, I started receiving 400 errors for an API call to the following endpoint:
https://api.zoom.us/v2/meetings/meeting_summaries

I was also passing the following parameters:
from: 2024-03-01T00:00:00Z
page_size: 50

This API call worked consistently for weeks and then abruptly stopped working. Here is the error I receive:

{“code”:-1,“message”:“QueryFilter can only contain non-primary key attributes: Primary key attribute: create_time (Service: AmazonDynamoDBv2; Status Code: 400; Error Code: ValidationException; Request ID: PIUJBVC36K6I1KR1M2AE3AR2J3VV4KQNSO5AEMVJF66Q9ASUAAJG; Proxy: null)”}