API for retrieving transactions?

Is there a way to retrieve all transaction events via the API ?
I’ve tried the https://docs.sentry.io/api/events/list-a-projects-events endpoint without success - it does not return any events where “type” = “transaction”
However, I managed to retrieve a single transaction event using the Retrieve an Event for a Project | Sentry Documentation endpoint.