---
title: "Retrieve input schema"
method: GET
path: "/get_inputs"
tags: ["Data Access"]
---

# Retrieve input schema

`GET /get_inputs`

## Query parameters

- `saved_item_id` string, required
- `user_id` string
- `project_id` string

## Response `200`

Successful retrieval of item input schemas

- object
  - `inputs` object[] — List of inputs for the saved item.
    - `data_type` 'string' | 'file' — The type of the input, either a 'string' or a 'file'.
    - `description` string, nullable — A description of the input. Can be null if no desecription is given.
    - `name` string — The name of the input.

## Other responses

- `400` — Bad request (missing parameters)
- `401` — Unauthorized (missing or invalid API key)
- `403` — Forbidden (API key does not match)
- `404` — Saved item not found

---

[API](https://skmtc.net/gumloop/apis/public-api.md) · [All operations](https://skmtc.net/gumloop/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gumloop/public-api/versions/115f2d6ce387/schema)
