get https://api.hanzo.ai/v1/responses/
Get a response by ID.
Follows the OpenAI Responses API spec: https://platform.openai.com/docs/api-reference/responses/get
curl -X GET http://localhost:4000/v1/responses/resp_abc123 -H "Authorization: Bearer sk-1234"