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

# List response input items

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

## Path parameters

- `id` string, required

## Query parameters

- `provider` string
- `after` string
- `include` string[]
- `include[]` string[]
- `limit` integer
- `order` 'asc' | 'desc'

## Response `200`

OK

- CoreResponseInputItemListResponse
  - `data` CoreResponsesInputElement[]
    - `arguments` string
    - `call_id` string — Function call fields (type="function_call")
    - `content` union — Can be string or []ContentPart
      - string
      - CoreContentPart[]
        - `image_url` CoreImageURLContent
          - `detail` string
          - `media_type` string
          - `url` string
        - `input_audio` CoreInputAudioContent
          - `data` string
          - `format` string
        - `text` string
        - `type` string
    - `name` string
    - `output` string — Function call output fields (type="function_call_output") - CallID shared above
    - `role` string — Message fields (type="" or "message")
    - `status` string
    - `type` string — "message", "function_call", "function_call_output"
  - `first_id` string
  - `has_more` boolean
  - `last_id` string
  - `object` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `501` — Not Implemented
- `502` — Bad Gateway

---

[API](https://skmtc.net/enterpilot/apis/gomodel-api.md) · [All operations](https://skmtc.net/enterpilot/apis/gomodel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/enterpilot/gomodel-api/revisions/a9c84e4d4f3d/schema)
