API request detail records now retain response_data only for requests that included an X-Idempotency-Key header. See idempotency keys.
This makes the response_data field on GET /v1/api_requests/{id} nullable when no response body was retained. For requests without an idempotency key, response_data will be null.