func (i *internal) ListLogs() (*MessageLog, error) {
    url := i.
        query().
        query("mq_log", "logger:status/log").
        build()