mgx

resend.com needs to improve its api reference

Upon reviewing the [API Reference](https://resend.com/docs/api-reference/introduction), I noticed that Resend does not have explicit documentation about retrieving emails in bulk based on parameters like delivery status or time range. However, after exploring the app dashboard, I discovered you can easily get this data by making a [greasy](tab:https://media.tenor.com/b00Hwf_JyCUAAAAM/trailer-park-boys-greasy.gif) API request. Adding parameters to the email endpoint allows you to retrieve the needed data. For example, a request like: ```curl https://resend.com/api/emails?time=all&page=1&status=delivered&limit=integer ``` returned a list of all delivered emails, solving my need. It's a shame such an "email for developers" product does not update its API Reference - or - maybe I'm looking at the wrong place.

Tagged in development, tech