# List Variants. **GET /api/teams/{team}/experiments/{experiment}/variants** ## Servers - https://checkmango.com: https://checkmango.com () ## Authentication methods - Default ## Parameters ### Path parameters - **team** (integer) The ID of the team that the variant belongs to. - **experiment** (string) The experiment key that the variants 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'. - **page** (integer) Page number to return. - **per_page** (integer) Number of items to return in a page. Defaults to 15. ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) ### 403 #### Body: application/json (object) - **message** (string) ### 404 #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)