# Experiments Operations related to experiments. ## List all experiments - [GET /projects/{project_id}/experiments/](https://docs.mabyduck.com/api/openapi/experiments/experiments_list.md): Returns a list of experiments belonging to the given project. ## Create an experiment - [POST /projects/{project_id}/experiments/](https://docs.mabyduck.com/api/openapi/experiments/experiments_create.md): Creates a new draft experiment with the specified configuration. ## Retrieve an experiment - [GET /projects/{project_id}/experiments/{experiment_id}/](https://docs.mabyduck.com/api/openapi/experiments/experiments_retrieve.md): Returns detailed information for a single experiment identified by experiment_id. ## List all jobs - [GET /projects/{project_id}/experiments/{experiment_id}/jobs/](https://docs.mabyduck.com/api/openapi/experiments/experiments_jobs_list.md): Returns a list of jobs belonging to the given experiment. ## Create a job - [POST /projects/{project_id}/experiments/{experiment_id}/jobs/](https://docs.mabyduck.com/api/openapi/experiments/experiments_jobs_create.md): Creates a new draft job with the specified configuration. ## List all raters - [GET /projects/{project_id}/experiments/{experiment_id}/raters/](https://docs.mabyduck.com/api/openapi/experiments/experiments_raters_list.md): Returns a list of raters of a given experiment. ## List all ratings - [GET /projects/{project_id}/experiments/{experiment_id}/ratings/](https://docs.mabyduck.com/api/openapi/experiments/experiments_ratings_list.md): Returns a list of ratings belonging to the given experiment. ## List all results - [GET /projects/{project_id}/experiments/{experiment_id}/results/](https://docs.mabyduck.com/api/openapi/experiments/experiments_results_list.md): Returns a list of metrics derived from the results of an experiment. ## List all sessions - [GET /projects/{project_id}/experiments/{experiment_id}/sessions/](https://docs.mabyduck.com/api/openapi/experiments/experiments_sessions_list.md): Returns a list of sessions belonging to the given experiment. ## List all slates - [GET /projects/{project_id}/experiments/{experiment_id}/slates/](https://docs.mabyduck.com/api/openapi/experiments/experiments_slates_list.md): Returns a list of slates and ratings belonging to the given experiment.