Use ISO timestamps for time-based queries.
Section: Filtering, sorting, and search
Filter by a date range
http
http
GET /invoices?created_gte=2026-01-01T00:00:00Z&created_lt=2026-02-01T00:00:00ZExplanation
Explicit lower and upper bounds are easier to reason about than vague relative date strings.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Filtering, sorting, and search