---
title: Pagination metadata is added to the response from the List All Events endpoint
summary: null
url: >-
  https://www.fastly.com/documentation/reference/changes/2019/12/pagination-metadata-is-added-to-the-response-from-events
---

The response from [`GET /events`](https://www.fastly.com/documentation/reference/api/account/events#list-events) now returns a `meta` field alongside `data` and `links`. The endpoint already supported pagination; the addition of the `meta` attribute provides additional data useful in creating a rich, paginated web interface. The new `meta` attribute includes `record_count`, `current_page`, `total_pages` and `per_page`.
