# List notification event definitions **GET /api/event_definitions** Allows you to retrieve a paginated list of notification event definitions under your account. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters #### Query parameters - **filter** (string) criteria to filter by - **sort** (string) criteria to sort by - **search** (string) criteria to search by - **limit** (string) amount of results per page to return - **page** (string) page number ## Responses ### 200: OK #### Body Parameters: application/json (object) - **data** (array[object]) Event definitions data - **limit** (number) The number of items per page currently applied - **page** (number) The number of the page returned - **pages** (number) The total number of pages matching the current search - **total** (number) The total number of regions matching the query ### 401: Unauthorized #### Body Parameters: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)