Skip to main content
GET
/
v1
/
responses
/
{response_id}
/
input_items
curl https://gateway.bud.studio/v1/responses/resp_abc123/input_items \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "x-model-name: gpt-4"
{
  "object": "list",
  "data": [
    {
      "id": "item_abc123",
      "type": "text",
      "content": "What is the capital of France?",
      "index": 0
    }
  ]
}
curl https://gateway.bud.studio/v1/responses/resp_abc123/input_items \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "x-model-name: gpt-4"
{
  "object": "list",
  "data": [
    {
      "id": "item_abc123",
      "type": "text",
      "content": "What is the capital of France?",
      "index": 0
    }
  ]
}

Headers

ParameterTypeRequiredDescription
AuthorizationstringYesBearer authentication header
x-model-namestringNoModel name for routing. Default: gpt-4-responses

Path Parameters

ParameterTypeRequiredDescription
response_idstringYesThe ID of the response

Supported Providers

OpenAI

Full Responses API lifecycle management

Azure OpenAI

Enterprise-grade response management