Skip to content

outpost attempt get does not return the destination response its help describes #449

Description

@leggetter

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions