List a stored response's input items
GET/v1/responses/:response_id/input_items
That turn's own input items, not the inherited history. Paginated with after.
Request
Responses
- 200
- 401
- 404
One page of input items.
Missing or invalid Authorization: Bearer mdb_… (invalid_credentials).
No stored response with this id, or it has expired (response_not_found).