Both bounds are optional and can be supplied independently —
startDate alone returns everything from that date forward; endDate alone returns everything up to and including that date.
For other list endpoints, the supported filters are documented per-endpoint — check the API reference for that endpoint, not this page.
Filters and pagination
Hold filter parameters constant across all pages of a single sweep. The pagination token is bound to the filters of the request that produced it; pairing a token with a differentstartDate, endDate, or limit produces undefined results. See Pagination for the full sweep loop.