Retrieve a stored response
GET/v1/responses/:response_id
The response as it was returned, output items included. Stored turns expire after 30 days.
Request
Responses
- 200
- 401
- 404
The stored response.
Missing or invalid Authorization: Bearer mdb_… (invalid_credentials).
No stored response with this id, or it has expired (response_not_found).