cURL
curl --request GET \ --url https://gomodel.example.com/v1/responses/{id}/input_items \ --header 'Authorization: <api-key>'
{ "data": [ { "arguments": "<string>", "call_id": "<string>", "content": "<string>", "name": "<string>", "output": "<string>", "role": "<string>", "status": "<string>", "type": "<string>" } ], "first_id": "<string>", "has_more": true, "last_id": "<string>", "object": "<string>" }
Response ID
Provider override for native lookups
Pagination cursor
Fields to include in listed input items
Maximum items to return (1-100, default 20)
Sort order: asc or desc
asc
desc
OK
Show child attributes
Was this page helpful?