---
title: "Get response input items"
method: GET
path: "/v1/responses/{response_id}/input_items"
tags: ["relay"]
---

# Get response input items

`GET /v1/responses/{response_id}/input_items`

Get input items for a response

## Path parameters

- `response_id` string, required

## Headers

- `Aiproxy-Channel` string

## Response `200`

OK

- ModelInputItemList
  - `data` ModelInputItem[]
    - `arguments` string
    - `call_id` string — Fields for function_result type
    - `content` ModelInputContent[]
      - `arguments` string
      - `call_id` string — Fields for function_result type
      - `id` string — Fields for function_call type
      - `name` string
      - `output` string
      - `text` string
      - `type` string
    - `id` string
    - `name` string — Fields for function_call type
    - `output` string
    - `role` string
    - `type` string
  - `first_id` string
  - `has_more` boolean
  - `last_id` string
  - `object` string

---

[API](https://skmtc.net/labring/apis/ai-proxy-swagger-api.md) · [All operations](https://skmtc.net/labring/apis/ai-proxy-swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/labring/ai-proxy-swagger-api/versions/e471487f2a2f/schema)
