---
title: "List input items"
method: GET
path: "/responses/{response_id}/input_items"
tags: ["responses"]
---

# List input items

`GET /responses/{response_id}/input_items`

Returns the list of input items for a given response.

## Path parameters

- `response_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

A list of input item objects.

- ResponsesListInputItemsResponse200
  - `object` string
  - `data` ResponsesResponseIdInputItemsGetResponsesContentApplicationJsonSchemaDataItems[]

## Other responses

- `400` — The request was malformed, or a parameter was missing or invalid.
- `401` — The API key is missing or invalid.
- `403` — The API key is not permitted to perform this operation.
- `404` — The requested model or resource does not exist.
- `429` — The rate limit for your plan has been exceeded.
- `500` — An unexpected error occurred while handling the request.
- `502` — An upstream service failed while handling the request.

---

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