# List Events. **GET /api/teams/{team}/events** ## Servers - https://checkmango.com: https://checkmango.com () ## Authentication methods - Default ## Parameters #### Path parameters - **team** (integer) The ID of the team that events belong to. #### Query parameters - **include** (string) Comma-separated list of relationships to include in the response. - **sort** (string) Field to sort by. Defaults to 'id'. - **fields** (array[string]) List of fields to filter the attributes to. - **page** (integer) Page number to return. - **per_page** (integer) Number of items to return in a page. Defaults to 15. ## Responses ### 200: #### Body Parameters: application/json (object) - **data** (array[object]) ### 403: #### Body Parameters: application/json (object) - **message** (string) ### 404: #### Body Parameters: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)