action ably_get_presence_history_of_channel { label: "Get presence history of a channel" description: "Get presence on a channel" provider: ably method: GET path: "/channels/{channel_id}/presence/history" encoding: json output: { type: "object" additionalProperties: true } }