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

- `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).

## Changes

- **2018-09-18** `4df86fe63217` — 1 info
  - the `query` request parameter `api_key` became optional
- **2018-01-17** `2209d99ea36e` — 1 breaking, 3 info
  - the `query` request parameter `api_key` became required
  - removed the non-success response with the status `412`
  - added the success response with the status `280`
  - added the success response with the status `281`

[Change history](https://skmtc.dev/openml/apis/openml-api/changes/setup/:id/get.md)

---

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