Public API - Filtering and sorting executions

Request:

We’re currently using the public API to fetch executions, and noticed that filtering is only possible by status at the moment. ( API reference | n8n Docs )

It would be really useful if we could filter executions by:

  • Date or date range
  • Run time (duration)
  • Status (already possible)

And also have sorting options (e.g., ascending/descending by date, duration, or status).

Are there any plans for expanding filtering and sorting options through the API anytime soon?