hookdeck outpost attempt get help says it returns the attempt "including the destination's response". outpost_attempts_read get says "including the response data".
Neither returns response_data unless include=response_data is passed. The MCP include description lists only event and destination, so the option is not discoverable there.
With --include response_data, the CLI table output still omits the response; it appears only with --output json.
Fix
One of:
- include
response_data by default for get, as the help describes; or
- change the help to say the response requires
include=response_data, and list response_data in the MCP include description.
Separately, render the response in the table output when it is included.
hookdeck outpost attempt gethelp says it returns the attempt "including the destination's response".outpost_attempts_readgetsays "including the response data".Neither returns
response_dataunlessinclude=response_datais passed. The MCPincludedescription lists onlyeventanddestination, so the option is not discoverable there.With
--include response_data, the CLI table output still omits the response; it appears only with--output json.Fix
One of:
response_databy default forget, as the help describes; orinclude=response_data, and listresponse_datain the MCPincludedescription.Separately, render the response in the table output when it is included.