---
title: "List all estimation procedures"
method: GET
path: "/estimationprocedure/list"
tags: ["estimationprocedure"]
---

# List all estimation procedures

`GET /estimationprocedure/list`

Returns an array with all model performance estimation procedures in the system.

## Query parameters

- `api_key` string

## Response `200`

A list of estimation procedures

- EstimationProcedureList
  - `estimationprocedures` EstimationProcedureListEstimationprocedures
    - `estimationprocedure` EstimationProcedureListEstimationproceduresEstimationprocedure[]
      - `id` string — The estimation procedure ID
      - `ttid` string — The task type ID
      - `name` string — The estimation procedure name, e.g. '10 fold Crossvalidation'
      - `type` string — The estimation procedure type, e.g. 'crossvalidation'
      - `repeats` string — The number of repeats, e.g. '10'
      - `folds` string — The number of cross-validation folds, e.g. '10'
      - `stratified_sampling` string — Whether or not the sampling is stratified, 'true' or 'false'

## Other responses

- `412` — Precondition failed. An error code and message are returned. 500 - No model performance estimation procedures available.

---

[API](https://skmtc.net/openml/apis/openml-api.md) · [All operations](https://skmtc.net/openml/apis/openml-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openml/openml-api/revisions/263d3d6ee586/schema)
