# List Participant's Experiments. **GET /api/teams/{team}/participants/{participant}/experiments** ## Servers - https://checkmango.com: https://checkmango.com () ## Authentication methods - Default ## Parameters #### Path parameters - **team** (integer) The team. - **participant** (string) The participant. #### Query parameters - **include** (string) Comma-separated list of relationships to include in the response. - **sort** (string) Field to sort by. Defaults to 'id'. - **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)