/recurring_items API returns empty results with mid-month start_date
in progress
J
JP Shipherd
For some reason, a start_date of today's date returns an empty array. For example:
{{BASE_URL}}/recurring_items?start_date=2026-06-18&end_date=2026-12-31&include_suggested=false - doesn't work and returns an empty array
{{BASE_URL}}/recurring_items?start_date=2026-06-01&end_date=2026-12-31&include_suggested=false - works fine
{{BASE_URL}}/recurring_items?start_date=2026-07-01&end_date=2026-12-31&include_suggested=false - works fine
Behavior is consistent across v1 and v2 paths.
Log In
J
JP Shipherd
updated the status to
in progress