action ably_get_messages_by_channel { label: "Get message history for a channel" description: "Get message history for a channel" provider: ably method: GET path: "/channels/{channel_id}/messages" encoding: json output: { type: "object" additionalProperties: true } }