---
title: "Get a hyperparameter setup"
method: GET
path: "/setup/{id}"
tags: ["setup"]
---

# Get a hyperparameter setup

`GET /setup/{id}`

Returns information about a setup. The information includes the list of hyperparameters, with name, value, and default value.

## Path parameters

- `id` number, required

## Query parameters

- `api_key` string

## Response `200`

A setup description

- Setup
  - `setup_parameters` SetupSetupParameters
    - `flow_id` string — ID of the flow, a positive integer
    - `parameter_setting` SetupSetupParametersParameterSetting[]
      - `full_name` string — The full name of the hyperparameter
      - `parameter_name` string — The short name of the hyperparameter
      - `data_type` string — The data type of the hyperparameter value
      - `default_value` string — The default value of the parameter used
      - `value` string — The value of the parameter used

## Other responses

- `412` — Precondition failed. An error code and message are returned. 280 - Please provide setup ID. In order to view setup details, please provide the run ID 281 - Setup not found. The setup ID was invalid, or setup does not exist (anymore).

---

[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)
