---
title: "GET /v1/request/{requestId}/inputs"
method: GET
path: "/v1/request/{requestId}/inputs"
tags: ["Request"]
---

# GET /v1/request/{requestId}/inputs

`GET /v1/request/{requestId}/inputs`

## Path parameters

- `requestId` string, required

## Response `200`

Ok

- union
  - ResultSuccessInputsRecordStringAnyPromptIdStringVersionIdStringEnvironmentStringOrNullOrNull
    - `data` object, nullable, required
      - `environment` string, nullable, required
      - `version_id` string, required
      - `prompt_id` string, required
      - `inputs` RecordStringAny, required — Construct a type with a set of properties K of type T
    - `error` null, nullable, required
  - ResultErrorString
    - `data` null, nullable, required
    - `error` string, required

## Changes

- **2026-02-15** `35826db2ca85` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/helicone/apis/helicone-api/changes/v1/request/:requestId/inputs/get.md)

---

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